Files
slogan/.dockerignore
2026-08-04 17:24:54 +08:00

16 lines
392 B
Plaintext

# 前后端构建产物与运行时数据(web/ 由 Dockerfile web-builder 阶段生成,不入构建上下文)
app/build/
app/.dart_tool/
server/slogan-agent
server/main
# 渲染器依赖:由 Dockerfile renderer 阶段安装,宿主 node_modules 平台不匹配,排除以防覆盖
server/scripts/avatar-render/node_modules/
# VCS 与 IDE
.git
.gitignore
.idea/
.vscode/
.DS_Store