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
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
env/
|
/env/
|
||||||
*.rej
|
*.rej
|
||||||
*.orig
|
*.orig
|
||||||
*.bak
|
*.bak
|
||||||
*.patch
|
*.patch
|
||||||
.coverage
|
.coverage
|
||||||
ponytracker/local_settings.py
|
/ponytracker/local_settings.py
|
||||||
|
/htmlcov/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue