git-subtree-dir: server git-subtree-mainline:c4e617ada7git-subtree-split:e64421295f
15 lines
319 B
Plaintext
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
|