From 944b1eb98a3a0949a06c34ddbb169533a3dc80b6 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Sun, 8 Feb 2026 12:24:04 -0500 Subject: [PATCH] Add .worktrees/ to .gitignore Prevent worktree contents from being tracked. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ff88094dee0..92626a1e63a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ public/rss.xml # claude local settings .claude/*.local.* .claude/react/ + +# worktrees +.worktrees/