From 27054e67159b96f2537865a95c0cefbb9297ce79 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Thu, 23 Apr 2026 14:15:53 +0200 Subject: [PATCH] chore: ignore .worktrees/ for local dev worktrees --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 13cbffe..9fadc0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Local dev worktrees (created by using-git-worktrees skill) +.worktrees/ + # .NET build output bin/ obj/