From da01b8801713cfc024802bcb2fb2e1ce073e6941 Mon Sep 17 00:00:00 2001 From: Danijel Martinek Date: Mon, 4 May 2026 20:20:44 +0200 Subject: [PATCH] chore: ignore .worktrees/ for local git worktree workspaces Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5fa24cc..fc9b669 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ pnpm-debug.log* # Superpowers brainstorm sessions .superpowers/ + +# Git worktrees +.worktrees/