Pārlūkot izejas kodu

chore: ignore .worktrees/ for git worktrees

lingfengQAQ 2 nedēļas atpakaļ
vecāks
revīzija
80d1ef518c
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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