chore: 整理——gitignore android/.gradle 构建缓存 + 同步 todo 看板
- client/.gitignore 加 /android/.gradle/(gradle 构建缓存,不该入 git)。 - 同步 todo.json/html 到当前状态。 注:server/internal/pb/agent/v1 是 stray 生成产物(未被任何代码 import,代码用手写的 agentv1),未跟踪、不影响合并;清理需 rm,留给用户(! rm -rf server/internal/pb/agent)。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -44,6 +44,7 @@ app.*.map.json
|
||||
/android/app/debug
|
||||
/android/app/profile
|
||||
/android/app/release
|
||||
/android/.gradle/
|
||||
|
||||
# iOS generated
|
||||
ios/Flutter/Generated.xcconfig
|
||||
|
||||
Reference in New Issue
Block a user