Added the migrations directories to .gitignore.

This commit is contained in:
依瑪貓 2020-07-02 02:11:29 +08:00
parent bc0c1d9803
commit 1f931062ef

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.pyc
__pycache__
migrations
settings.py
db.sqlite3
.idea