From 663b80ab29fac2fb0dc62e2c40c29b23dc613711 Mon Sep 17 00:00:00 2001 From: OG T Date: Wed, 25 Mar 2026 22:17:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E5=BC=B7=20.gitignore=20?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=20Claude=20Code=20=E5=B9=B2=E6=93=BE=20CI/CD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增忽略: - .claude/scheduled_tasks.lock - .cursor/ - .agents/memory/ 防止 worktrees 等 AI 工具暫存檔干擾 checkout Co-Authored-By: Claude Opus 4.5 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6eedb6a5..334d25d4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,5 +66,9 @@ tmp/ temp/ *.tmp -# Claude Code worktrees (本地使用,不需提交) +# AI Tools & Agents (本地使用,不需提交到 Git) +# 防止 Claude Code worktrees 干擾 CI/CD checkout .claude/worktrees/ +.claude/scheduled_tasks.lock +.cursor/ +.agents/memory/