diff --git a/.gitignore b/.gitignore index fe850e8..6e1ff10 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ env/ # task 内产物(sections/ slides/ *.spec.md/ *.docx/*.pptx)都在 workspace/ 下, # 由上面这条 workspace/ 一并忽略。repo 根级别的 sections/ / slides/ / *.spec.md # **故意不忽略**——如果 agent 又写错位置,要靠 git status 立刻暴露,不再用 .gitignore 兜底。 +.VSCodeCounter/ workspace/ *.log