Skip to content

Commit 3a265b6

Browse files
committed
Reorder .gitignore paths
1 parent 710f6cd commit 3a265b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
/.php-cs-fixer.cache
2+
/.phpunit.result.cache
13
/composer.lock
24
/fake
35
/phpunit.xml
4-
/vendor/
56
/tests/tmp/*
6-
/.php-cs-fixer.cache
7-
/tools/*/vendor
87
/tools/*/composer.lock
9-
/.phpunit.result.cache
8+
/tools/*/vendor
9+
/vendor/

0 commit comments

Comments
 (0)