FIX:修复.gitignore设置问题

pull/42/head
Samsong 2021-09-18 14:53:58 +08:00
parent 9b6036ce17
commit c7a4324d67
1 changed files with 2 additions and 0 deletions

View File

@ -89,7 +89,9 @@ ENV/
*.db
.DS_Store
__pycache__
migrations/
!migrations/__init__.py
*.pyc
conf/
!conf/env.example.py
db.sqlite3