Merge pull request #228 from blag/update-gitignore
Add a few more generated things to .gitignoremaster
commit
7180833e6d
|
|
@ -11,5 +11,8 @@ atlassian-*
|
||||||
.codeintel
|
.codeintel
|
||||||
__pycache__
|
__pycache__
|
||||||
.venv/
|
.venv/
|
||||||
|
.coverage
|
||||||
|
.tox/
|
||||||
|
htmlcov/
|
||||||
build
|
build
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue