Skip to content

Commit f4136c1

Browse files
olwangclaude
andcommitted
chore: gitignore /.worktrees for in-repo feature worktrees
Feature work for the spec-todo roadmap is done in git worktrees under .worktrees/ (inside the repo so the Docker dev container's /work bind mount can build them); each feature merges back to main when it fully works. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7247869 commit f4136c1

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
@@ -5,3 +5,6 @@ benchmarks/**/target/
55
benchmarks/**/Cargo.lock
66
.DS_Store
77
.claude/
8+
9+
# Feature worktrees (in-repo so the Docker bind mount can build them)
10+
/.worktrees/

0 commit comments

Comments
 (0)