🙈 chore: exclude planning-with-files from git tracking

- Add planning files (task_plan.md, findings.md, progress.md) to .gitignore
- Remove existing planning files from git index (keep local)
- Update planning-with-files rule with git management policy

These temporary session files should not be version controlled.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Zijie Tian
2026-01-20 02:06:28 +08:00
parent e5a17c832c
commit 6080bf7554
4 changed files with 40 additions and 829 deletions

8
.gitignore vendored
View File

@@ -230,3 +230,11 @@ tests/data/
# Serena MCP tool config
.serena/
# Planning-with-files temporary files
task_plan.md
findings.md
progress.md
task_plan_*.md
findings_*.md
progress_*.md