Commit 2dbdaa7
committed
PHPCS 4.x: .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 4374834 commit 2dbdaa7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
0 commit comments