From 67df86a818e2a586d3417414bfd9930dcfa23e6d Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Thu, 20 Aug 2026 20:52:36 +0200 Subject: [PATCH] Ignore .worktrees/ for isolated feature-branch workspaces Co-Authored-By: Claude Sonnet 5 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09db7d0..69fc1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ coverage/ .idea/ .vscode/ -.DS_Store \ No newline at end of file +.DS_Store + +.worktrees/ \ No newline at end of file