Add venv folder to .gitignore
This commit is contained in:
parent
7295e35ced
commit
169199e765
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ db.sqlite3
|
||||||
*.pyc
|
*.pyc
|
||||||
__pycache__/
|
__pycache__/
|
||||||
localsettings.py
|
localsettings.py
|
||||||
migrations/
|
migrations/
|
||||||
|
venv/
|
Loading…
Reference in a new issue