Browse code

Add .gitignore file

Benjamin Roth authored on25/05/2020 08:50:38
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+# Composer
2
+/composer.lock
3
+/composer.phar
4
+/vendor/
5
+
6
+# PhpUnit
7
+/phpunit.xml
8
+
9
+# IDE
10
+/.idea/