Skip to content

Commit 98178b2

Browse files
chore: add phpunit cache and coverage folders to .gitignore
1 parent 0efdebc commit 98178b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ vendor/
1010
# Ignore PHPUnit configuration file (if you're using phpunit.xml for local customizations)
1111
phpunit.xml
1212

13+
# Ignore PHPUnit test result output files
14+
.phpunit.cache
15+
coverage-report
16+
1317
# Ignore Composer lock file if you don't want to share it (usually, you want to commit composer.lock)
1418
# composer.lock
1519

0 commit comments

Comments
 (0)