feat: 添加云托管部署配置文件
This commit is contained in:
19
server/.dockerignore
Normal file
19
server/.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
# 忽略本地环境配置
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# 忽略缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# 忽略git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# 忽略测试文件
|
||||
test_*.py
|
||||
|
||||
# 忽略IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user