Ignore .coverage files/dirs everywhere.
This commit is contained in:
parent
c6e191365b
commit
c13ba86323
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.project
|
.project
|
||||||
|
.coverage
|
||||||
*.pyc
|
*.pyc
|
||||||
*.sublime*
|
*.sublime*
|
||||||
*.ropeproject*
|
*.ropeproject*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
/pillar/application/static/storage/
|
/pillar/application/static/storage/
|
||||||
/build
|
/build
|
||||||
/.cache
|
/.cache
|
||||||
/.coverage
|
|
||||||
/pillar/pillar.egg-info/
|
/pillar/pillar.egg-info/
|
||||||
/pillar/google_app.json
|
/pillar/google_app.json
|
||||||
profile.stats
|
profile.stats
|
||||||
|
Loading…
x
Reference in New Issue
Block a user