docker配置
This commit is contained in:
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
# Docker相关文件
|
||||
.env
|
||||
.env.docker
|
||||
|
||||
# 日志目录
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 开发文件
|
||||
.git/
|
||||
.gitignore
|
||||
README.md
|
||||
DOCKER.md
|
||||
|
||||
# Python缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
||||
# 虚拟环境
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
Reference in New Issue
Block a user