mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 02:11:54 +00:00
add venv to gitignore
This commit is contained in:
parent
aca486b162
commit
29aaac0294
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,9 +22,10 @@ MANIFEST
|
|||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Development pipfiles
|
||||
# Development pipfiles and venv
|
||||
Pipfile
|
||||
Pipfile.lock
|
||||
.venv
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue