Browse code

Adjust .gitignore and add an .editorconfig file

Benjamin Roth authored on19/01/2023 22:49:32
Showing1 changed files
... ...
@@ -4,7 +4,11 @@
4 4
 /vendor/
5 5
 
6 6
 # PhpUnit
7
+/.phpunit.result.cache
7 8
 /phpunit.xml
8 9
 
10
+# Tools
11
+/tools/*/vendor
12
+
9 13
 # IDE
10 14
 /.idea/
Browse code

Add .gitignore

Benjamin Roth authored on08/04/2019 14:39:46
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/