Skip to content

Commit c93b063

Browse files
Kocalsmnandre
authored andcommitted
Clean and homogenize src/*/.gitignore
1 parent 577f34a commit c93b063

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/.php_cs.cache
2-
/.php_cs
3-
/.phpunit.result.cache
4-
/composer.phar
1+
/assets/node_modules/
2+
/vendor/
53
/composer.lock
64
/drivers/
75
/phpunit.xml
6+
/.phpunit.result.cache
87
/tests/app/assets/vendor/
98
/tests/app/public/assets/
109
/tests/app/public/build/

tests/app/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/var/
2+
/public/build/

0 commit comments

Comments
 (0)