mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-08-29 10:02:37 +09:00
Keep .claude out of the Docker build context
Agent worktrees under .claude/worktrees are whole extra checkouts of this repo, and the build context picks them up. .claude is local session state and never belongs in an image.
This commit is contained in:
@@ -50,3 +50,6 @@
|
||||
|
||||
# Ignore test files
|
||||
/test/
|
||||
|
||||
# Agent session state — worktrees under .claude/ are whole extra checkouts of this repo
|
||||
.claude
|
||||
|
||||
Reference in New Issue
Block a user