Files
slogan/.dockerignore
T
2026-08-04 14:45:17 +08:00

15 lines
319 B
Plaintext

# 构建与运行时产物(避免把生产数据库与图片塞进构建上下文)
data/
workspace/
*.db
# 渲染器依赖:由 Dockerfile renderer stage 安装,宿主 node_modules 平台不匹配,排除以防覆盖
scripts/avatar-render/node_modules/
# VCS 与 IDE
.git
.gitignore
.idea/
.vscode/
.DS_Store