Skip to content

Commit d77b542

Browse files
committed
chore(.gitignore): update ignore patterns for coverage and reports
Add pattern to ignore coverage files with a hyphen suffix and include a new directory for reports. These changes help streamline the management of generated files and improve the organization of the project structure.
1 parent 80bc792 commit d77b542

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ htmlcov/
4343
.nox/
4444
.coverage
4545
.coverage.*
46+
.coverage-*
4647
.cache
4748
nosetests.xml
4849
coverage.xml
@@ -177,3 +178,5 @@ prisma_binaries/
177178
.direnv/
178179

179180
.archive/
181+
182+
reports/

0 commit comments

Comments
 (0)