chore: monorepo 合并

This commit is contained in:
2026-05-25 02:16:09 +08:00
parent c92bce0137
commit aa18bfc332
239 changed files with 29542 additions and 2 deletions

12
.gitignore vendored
View File

@@ -14,8 +14,16 @@ config.json
logs/
*.log
# 前端工程源码 (独立维护)
frontend/
# 前端工程源码已纳入同仓维护(仅忽略依赖/环境/产物)
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.turbo/
frontend/coverage/
frontend/.pnpm-store/
frontend/.eslintcache
frontend/.env.local
frontend/.env.*.local
# 升级/迁移临时缓存目录
更新内容/