chore: 添加.worktrees/到gitignore
为使用git worktree功能做准备,防止意外提交worktree内容。 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -44,6 +44,9 @@ nbdist/
|
||||
*.swp
|
||||
nul
|
||||
|
||||
# Git Worktrees
|
||||
.worktrees/
|
||||
|
||||
test/
|
||||
|
||||
!*/build/*.java
|
||||
|
||||
Reference in New Issue
Block a user