소스 검색

chore: ignore .worktrees/ for git worktrees

lingfengQAQ 2 주 전
부모
커밋
80d1ef518c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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