Browse Source

chore: ignore .worktrees/ for git worktrees

lingfengQAQ 2 tuần trước cách đây
mục cha
commit
80d1ef518c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -24,6 +24,9 @@ Thumbs.db
 .idea/
 .cursor/
 
+# Git worktrees
+.worktrees/
+
 # Workspace artifacts
 node_modules/
 .npm-cache/