chore: 添加.worktrees/到gitignore

为使用git worktree功能做准备,防止意外提交worktree内容。

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
wkc
2026-02-08 15:49:18 +08:00
parent 5bd76e99d4
commit 34357b1f38
3 changed files with 746 additions and 0 deletions

3
.gitignore vendored
View File

@@ -44,6 +44,9 @@ nbdist/
*.swp
nul
# Git Worktrees
.worktrees/
test/
!*/build/*.java