chore: add .worktrees/ to .gitignore for isolated development

This commit is contained in:
Joseph Doherty
2026-02-22 21:54:26 -05:00
parent b744913296
commit d08ce7f6fb

3
.gitignore vendored
View File

@@ -161,6 +161,9 @@ FodyWeavers.xsd
## Go reference implementation
golang/
## Git worktrees
.worktrees/
## OS
.DS_Store
Thumbs.db