Skip to content

Commit

Permalink
Update .gitignore to ignore all coverage-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Oct 11, 2024
1 parent e3aeec8 commit a0d467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ venv*
.env*
# Coverage reports
/cover/
/.coverage
/.coverage*
/htmlcov
# Ignoring profiling reports
*.prof
Expand Down

0 comments on commit a0d467e

Please sign in to comment.