Skip to content

Commit 10f17fd

Browse files
committed
chore: ignore local planning artifacts
Add /task_plan.md /findings.md /progress.md to .gitignore so the planning-with-files workflow does not leak per-developer working memory into the repo.
1 parent c4397fa commit 10f17fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ build/
4646
vendor/
4747

4848
app/dubbo-ui/dist/
49+
50+
# planning-with-files local working memory (never commit; per-developer)
51+
/task_plan.md
52+
/findings.md
53+
/progress.md

0 commit comments

Comments
 (0)