From 8e344b5af5736f3f76425185a3472f836b34fc9f Mon Sep 17 00:00:00 2001 From: Xinyuan Lin Date: Thu, 7 May 2026 18:54:20 -0700 Subject: [PATCH] chore: ignore local .claude/ directory Claude Code writes settings, launch configs, and worktree pointers under .claude/ in the repo root; these were accidentally committed before (c1b6ae0543) and removed without an accompanying ignore rule. Add the directory to .gitignore so future runs don't reintroduce them. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8da9edd67b8..d17fe084cf3 100644 --- a/.gitignore +++ b/.gitignore @@ -135,3 +135,6 @@ agent-service/.yarn/ agent-service/.yarnrc.yml agent-service/yarn.lock agent-service/CLAUDE.md + +# Ignoring local Claude Code artifacts (settings, worktrees, scratch) +.claude/