Skip to content

Commit 1a3a9aa

Browse files
committed
Add .phpunit.result.cache to .gitignore
1 parent 763f413 commit 1a3a9aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ vendor
77
# ignore test/coverage reports
88
test/coverage
99

10+
# ignore phpunit cache
11+
.phpunit.result.cache
12+
1013
# Ignore IDEs
1114
.idea
1215
.atom

0 commit comments

Comments
 (0)