浏览代码

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/