Added the migrations directories to .gitignore.
This commit is contained in:
parent
bc0c1d9803
commit
1f931062ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
|
migrations
|
||||||
settings.py
|
settings.py
|
||||||
db.sqlite3
|
db.sqlite3
|
||||||
.idea
|
.idea
|
||||||
|
Loading…
Reference in New Issue
Block a user