Skip to content

Commit 9ff8b67

Browse files
committed
Ignore claude worktree dirs in .gitignore
Per the new `.claude/wkts` subdir used in the `/open/close-wkt` skill we just added. (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
1 parent b4a98b6 commit 9ff8b67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,7 @@ gh/
136136

137137
# LLM conversations that should remain private
138138
docs/conversations/
139+
140+
# Claude worktrees
141+
.claude/wkts/
142+
claude_wkts

0 commit comments

Comments
 (0)