新建 .gitignore

This commit is contained in:
mihello 2018-07-11 14:42:48 +08:00
parent d65d3aada4
commit 338aa903e0
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.pyc
__pycache__
.idea
db.sqlite3
migrations