Skip to content

Commit 059fc54

Browse files
committed
4.0 | .gitignore: ignore the PHPUnit cache file
As PHPCS 4.x now supports PHPUnit 8 and 9, which automatically enables caching of the test results, a `.phpunit.result.cache` file will be created. This file should not be committed, so adding it to the `.gitignore` file.
1 parent 7027990 commit 059fc54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/CodeSniffer.conf
22
/phpcs.xml
33
/phpunit.xml
4+
/.phpunit.result.cache
45
.idea/*
56
/vendor/
67
composer.lock

0 commit comments

Comments
 (0)