Updated .gitignore
Added ignore for .coverage file (not readable, .coveragerc is correct file)
This commit is contained in:
parent
b108e21296
commit
693f516f58
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
.tox
|
.tox
|
||||||
|
.coverage
|
||||||
.*_cache
|
.*_cache
|
||||||
**py.typed**
|
**py.typed**
|
||||||
**__pycache__**
|
**__pycache__**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user