chore: add .worktrees/ to .gitignore

Prevent git worktree directories from being tracked in the repository.
This commit is contained in:
2025-10-19 22:55:44 -04:00
parent b89d0912c2
commit 395ce64cde

3
.gitignore vendored
View File

@@ -20,3 +20,6 @@ data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Git worktrees
.worktrees/