ignore htmlcov directory build by coverage html
This commit is contained in:
parent
c247517bf3
commit
308f95c7ab
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,10 +1,11 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
*.sqlite3
|
||||
env/
|
||||
/env/
|
||||
*.rej
|
||||
*.orig
|
||||
*.bak
|
||||
*.patch
|
||||
.coverage
|
||||
ponytracker/local_settings.py
|
||||
/ponytracker/local_settings.py
|
||||
/htmlcov/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue