Skip to content

Commit daef98d

Browse files
committed
chore: add coverage directory to gitignore
Prevent coverage directory from being tracked when generated by external tools. Project coverage reports should go to tests/.phpunit/ as configured in phpunit.xml.
1 parent a1f0a9e commit daef98d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.git/
77
runtime/
88
tests/.phpunit/
9+
coverage/
910
vendor/
1011
.phpintel/
1112
.env

0 commit comments

Comments
 (0)