feat: 忽略vscodecounter

This commit is contained in:
caoqianming 2026-07-07 15:38:55 +08:00
parent 7b20cae85b
commit 67aa87e58d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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