diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..487ac97 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,32 @@ +# 依赖 —— Dockerfile 内用 npm ci 安装 +node_modules + +# 构建产物 —— Dockerfile 内用 npm run build 生成 +.next + +# 运行时数据 —— volume 挂载 +data +uploads +db-backups + +# 开发工具 +.claude +.playwright-mcp +.git +.gitignore +Dockerfile +docker-compose.yml +Caddyfile +.env +.env.* +.DS_Store + +# 文档 +*.md +docs +templates-docs +CHANGELOG.md +README.md + +# 构建缓存 +tsconfig.tsbuildinfo