From 824dd8c7d34038cd84b254c00d3e37880d0e96cb Mon Sep 17 00:00:00 2001 From: Alexander Mills Date: Thu, 6 Aug 2026 14:12:35 -0500 Subject: [PATCH 1/2] Prefer primary branches and avoid agent worktrees --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d60b75f..55c89a9 100755 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ package-lock.json ### inverse !dist/.gitkeep !dist/README.md +tmp +temp +tmp/worktrees +temp/worktrees From fa1ea91eb196fb4d88d37fd3272f17f26eaf18bc Mon Sep 17 00:00:00 2001 From: alex-mills Date: Fri, 7 Aug 2026 14:10:54 -0500 Subject: [PATCH 2/2] chore: ignore tmp/temp worktree scratch directories Adds tmp, temp, tmp/worktrees and temp/worktrees to .gitignore so local worktree scratch directories stop showing up as untracked changes. Co-Authored-By: Claude Opus 5 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d60b75f..55c89a9 100755 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ package-lock.json ### inverse !dist/.gitkeep !dist/README.md +tmp +temp +tmp/worktrees +temp/worktrees