evorepo/.gitignore
Frank Vanderham dec4142cb0 Add coverage to gitignore
Added the .coverage file to gitignore.
2018-05-11 21:29:03 +02:00

19 lines
164 B
Plaintext

*.pyc
*.swp
*.swo
.DS_Store
local_settings.py
archweb.db
archweb.db-*
newrelic.key
tags
collected_static/
testing/
env/
# rope
.ropeproject/
# coverage
.coverage