Skip to content

Commit

Permalink
Merge pull request #1428 from Exirel/ignore-coverage-html
Browse files Browse the repository at this point in the history
test: add coverage_html_report dir to gitignore
  • Loading branch information
dgw authored Dec 31, 2018
2 parents 8bbc97b + 803d9ef commit 7131f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ sopel.egg-info/*
.project
.pydevproject

# Test/Coverage
.cache
.pytest_cache
.coverage
coverage_html_report/

# macOS
*.DS_Store

0 comments on commit 7131f5e

Please sign in to comment.