Added the migrations directories to .gitignore.

This commit is contained in:
2020-07-02 02:11:29 +08:00
parent bc0c1d9803
commit 1f931062ef
+1
View File
@@ -1,5 +1,6 @@
*.pyc *.pyc
__pycache__ __pycache__
migrations
settings.py settings.py
db.sqlite3 db.sqlite3
.idea .idea