Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .worktreeinclude
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Files to copy into claude worktrees
# Only gitignored files matching these patterns are copied.
# See: https://docs.anthropic.com/en/docs/claude-code/common-workflows#copy-gitignored-files-to-worktrees

# Environment files
.env
.env.local
.env.*.local
.env.*

# Installed dependency directories
node_modules/
vendor/
Loading