Skip to content

Commit b144d40

Browse files
dolphclaude
andauthored
Gitignore .claude/ session state (#65)
The Claude Code CLI creates .claude/worktrees/ when a subagent runs with isolation: worktree. That directory is per-session and per-developer state, not project state, so it shouldn't be tracked. Co-authored-by: Claude <noreply@anthropic.com>
1 parent f060daf commit b144d40

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ find-replace
1414

1515
# Dependency directories (remove the comment below to include it)
1616
# vendor/
17+
18+
# Claude Code session state (worktrees, etc.)
19+
.claude/

0 commit comments

Comments
 (0)