chore: 更新依赖、配置和代码生成
主要更新: - 更新 go.mod/go.sum 依赖 - 重新生成 Ent ORM 代码 - 更新 Wire 依赖注入配置 - 添加 docker-compose.override.yml 到 .gitignore - 更新 README 文档(Simple Mode 说明和已知问题) - 清理调试日志 - 其他代码优化和格式修复
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -48,6 +48,7 @@ pnpm-debug.log*
|
||||
.env.*.local
|
||||
*.env
|
||||
!.env.example
|
||||
docker-compose.override.yml
|
||||
|
||||
# ===================
|
||||
# IDE / 编辑器
|
||||
@@ -78,8 +79,6 @@ temp/
|
||||
*.log
|
||||
*.bak
|
||||
.cache/
|
||||
.gemini-clipboard/
|
||||
migrations/
|
||||
|
||||
# ===================
|
||||
# 构建产物
|
||||
@@ -121,3 +120,4 @@ code-reviews/
|
||||
AGENTS.md
|
||||
backend/cmd/server/server
|
||||
deploy/docker-compose.override.yml
|
||||
.gocache/
|
||||
|
||||
Reference in New Issue
Block a user