We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/*/.gitignore
1 parent 577f34a commit c93b063Copy full SHA for c93b063
.gitignore
@@ -1,10 +1,9 @@
1
-/.php_cs.cache
2
-/.php_cs
3
-/.phpunit.result.cache
4
-/composer.phar
+/assets/node_modules/
+/vendor/
5
/composer.lock
6
/drivers/
7
/phpunit.xml
+/.phpunit.result.cache
8
/tests/app/assets/vendor/
9
/tests/app/public/assets/
10
/tests/app/public/build/
tests/app/.gitignore
@@ -0,0 +1,2 @@
+/var/
+/public/build/
0 commit comments