Skip to content

Commit 1d79cd9

Browse files
committed
chore: add missing generated artifact entries to .gitignore
Add .phpunit.cache/, coverage/, and phpmetrics/ entries to prevent generated test and quality tool artifacts from being tracked.
1 parent 8fe0a90 commit 1d79cd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
/coverage/
1717
/coverage-frontend/
1818

19+
.phpunit.cache/
20+
phpmetrics/
21+
1922
# Data files
2023
/data/
2124
*.csv

0 commit comments

Comments
 (0)