Browse code

Update

Benjamin Roth authored on26/07/2023 10:53:36
Showing1 changed files
... ...
@@ -1,3 +1,6 @@
1
+# PHPStorm
2
+/.idea/
3
+
1 4
 # Composer
2 5
 /composer.lock
3 6
 /composer.phar
Browse code

Update .gitignore

Benjamin Roth authored on26/07/2023 09:50:33
Showing1 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 # Composer
2 2
 /composer.lock
3
+/composer.phar
3 4
 /vendor/
4 5
 
5 6
 # PhpUnit
Browse code

Initial commit

Benjamin Roth authored on17/07/2023 11:30:34
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+# Composer
2
+/composer.lock
3
+/vendor/
4
+
5
+# PhpUnit
6
+/.phpunit.result.cache
7
+/phpunit.xml
8
+
9
+# Tools
10
+/tools/*/vendor