first commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Python
|
||||
backend/venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# Node
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# 数据库(生产环境数据保留在服务器,不提交)
|
||||
backend/data/*.db
|
||||
|
||||
# IDE / OS
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# PM2
|
||||
.pm2/
|
||||
logs/
|
||||
Reference in New Issue
Block a user