From 67aa87e58dac0e72c7c9c948112e340c1c5f71bd Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 7 Jul 2026 15:38:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=BD=E7=95=A5vscodecounter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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