From ea3ee0bbc440c9b5752f94a26d4c5d24d1fc5588 Mon Sep 17 00:00:00 2001 From: gahusb Date: Mon, 27 Apr 2026 08:24:38 +0900 Subject: [PATCH] chore: ignore .worktrees/ directory Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9c8a03f..d82b69a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ yarn-error.log* next-env.d.ts .vercel + +# git worktrees +/.worktrees/