mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Add coverage output to gitignore
This commit is contained in:
parent
f763dabbfa
commit
8791276f1f
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -24,3 +24,9 @@ __pycache__/
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.settings/
|
.settings/
|
||||||
|
|
||||||
|
# Coverage output.
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
htmlcov/
|
||||||
|
*.py,cover
|
||||||
|
|
Loading…
Reference in a new issue