forked from erp-dev/erp
feat: split the docker compose config file
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
.git
|
||||
.idea
|
||||
.vscode
|
||||
.cursor
|
||||
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyd
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
# 本地环境变量(不要打进发布镜像)
|
||||
.env
|
||||
|
||||
# 本地备份文件(体积大且可能包含敏感数据)
|
||||
data-bak/
|
||||
*.sql
|
||||
|
||||
# Celery Beat 本地持久化调度文件(不要进镜像,也不要污染构建上下文)
|
||||
celerybeat-schedule*
|
||||
Reference in New Issue
Block a user