Add .worktrees/ to .gitignore for git worktree support

This commit is contained in:
laansdole 2026-02-07 10:58:49 +07:00
parent 9b3a517b7a
commit 7ca6084484

3
.gitignore vendored
View File

@ -27,3 +27,6 @@ node_modules/
data/ data/
temp/ temp/
WareHouse/ WareHouse/
# Git worktrees
.worktrees/