chore: ignore .worktrees/ for local dev worktrees

This commit is contained in:
mika kuns
2026-04-23 14:15:53 +02:00
parent 46e01aefed
commit 27054e6715

3
.gitignore vendored
View File

@@ -1,3 +1,6 @@
# Local dev worktrees (created by using-git-worktrees skill)
.worktrees/
# .NET build output
bin/
obj/