From 16009e38e4f9b112692dfacd9dd18ac6dc850256 Mon Sep 17 00:00:00 2001 From: landon Date: Sat, 22 Aug 2026 09:08:14 -0500 Subject: [PATCH] Ignore the .claude worktree directory Claude Code creates isolated worktrees under .claude/worktrees/, which otherwise show up as untracked noise in git status. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01GBWj9TphFMCoh7VHaSRnvQ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..fa12bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +/.claude