Expanding the gitignore family
This commit is contained in:
parent
7ff708a842
commit
e977b7ecb5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,3 +2,6 @@ __pycache__/
|
||||||
output/
|
output/
|
||||||
cache/
|
cache/
|
||||||
.doit.db
|
.doit.db
|
||||||
|
.venv/
|
||||||
|
.DS_Store
|
||||||
|
.venv
|
||||||
|
|
Reference in a new issue