Skip to content

Commit 151966e

Browse files
committed
chore(gitignore): ignore PHPUnit cache files
1 parent 3c16a0f commit 151966e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
vendor
22
composer.lock
33
.idea
4-
.phpunit.result.cache
54
phpunit.xml
65
coverage
7-
.phpunit.cache
6+
7+
# PHPUnit
8+
/.phpunit.cache
9+
.phpunit.result.cache

0 commit comments

Comments
 (0)