From 8c8a1ce2c917355ead4856e780ba619460572fae Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Sat, 8 Aug 2026 22:08:44 +0300 Subject: [PATCH] gitignore the in-repo git worktree directories --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index a0090b46d76d38eb81ad66d6fd2af66977a287ce..9fbe9ff9944ac822149d19bbc9a50171b1d4a988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ # macOS .DS_Store + +# Git worktrees, per the repo conventions: created under .worktrees/. +# Both spellings are ignored so an agent worktree can never show up untracked. +/.worktrees/ +/.claude/worktrees/