Added migrations directory to .gitignore.
This commit is contained in:
parent
aa4c77e675
commit
c1007fb7bc
4
.gitignore
vendored
4
.gitignore
vendored
@ -66,6 +66,10 @@ coverage.xml
|
||||
*.mo
|
||||
|
||||
# Django stuff:
|
||||
# exclude migrations from repository. These should be created locally, matching local DB requirements.
|
||||
# lostplaces/manage.py makemigrations && lostplaces/manage.py migrate
|
||||
|
||||
lostplaces/lostplaces_app/migrations/
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
Loading…
Reference in New Issue
Block a user