Skip to content

Commit 5f37ba1

Browse files
authored
Merge pull request #1069 from bocharsky-bw/ignore-fake
Ignore fake file created after running tests and reorder .gitignore
2 parents fd70aad + 3a265b6 commit 5f37ba1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
/.php-cs-fixer.cache
2+
/.phpunit.result.cache
13
/composer.lock
4+
/fake
25
/phpunit.xml
3-
/vendor/
46
/tests/tmp/*
5-
/.php-cs-fixer.cache
6-
/tools/*/vendor
77
/tools/*/composer.lock
8-
/.phpunit.result.cache
8+
/tools/*/vendor
9+
/vendor/

0 commit comments

Comments
 (0)