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
|
*.mo
|
||||||
|
|
||||||
# Django stuff:
|
# 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
|
# pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
Loading…
Reference in New Issue
Block a user