- 将前端构建命令中的 `vue-tsc` 移除,仅保留 `vite build` - 在 .gitignore 中添加 frontend/dist 目录 - 调整 Docker Compose 网络子网和容器端口映射 - 注释掉前端服务容器定义,便于本地开发
28 lines
483 B
Plaintext
28 lines
483 B
Plaintext
/.idea/
|
|
/backend/target/
|
|
/frontend/dist/
|
|
/frontend/node_modules/
|
|
/frontend/node_modules/*
|
|
/KEY_GENERATOR.md
|
|
/backend/tmpclaude-*
|
|
/frontend/tmpclaude-*
|
|
/tmpclaude-*
|
|
/tmpclaude-6f5d-cwd
|
|
/tmpclaude-006c-cwd
|
|
/tmpclaude-27a4-cwd
|
|
/tmpclaude-2246-cwd
|
|
/tmpclaude-a7d6-cwd
|
|
/tmpclaude-b78e-cwd
|
|
/tmpclaude-2a25-cwd
|
|
/tmpclaude-45c6-cwd
|
|
/tmpclaude-62fc-cwd
|
|
/tmpclaude-65b0-cwd
|
|
/tmpclaude-4540-cwd
|
|
/tmpclaude-b9f7-cwd
|
|
/tmpclaude-b842-cwd
|
|
/tmpclaude-c399-cwd
|
|
/tmpclaude-d1b4-cwd
|
|
|
|
|
|
/backend/target/
|