Przeglądaj źródła

chore: ignore .worktrees/ for git worktrees

lingfengQAQ 2 tygodni temu
rodzic
commit
80d1ef518c
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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