最新版生产环境后端
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
db.sqlite3
|
||||
/venv/
|
||||
/env/
|
||||
.env
|
||||
staticfiles/
|
||||
media/
|
||||
*.log
|
||||
.DS_Store
|
||||
migrations/00*.py
|
||||
Reference in New Issue
Block a user