Skip to content

Commit 3d6c1ef

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 aa9bd2b commit 3d6c1ef

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
@@ -4,3 +4,4 @@
44
.idea/*
55
/vendor/
66
composer.lock
7+
/.phpunit.result.cache

0 commit comments

Comments
 (0)