Skip to content

Commit 2f1d7a9

Browse files
Kocalsmnandre
authored andcommitted
Clean and homogenize src/*/.gitignore
1 parent 4ad4fad commit 2f1d7a9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: .gitignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
.php-cs-fixer.cache
2-
.phpunit.result.cache
3-
composer.lock
4-
vendor/
5-
tests/fixtures/var
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache
6+
7+
/tests/fixtures/var

0 commit comments

Comments
 (0)