Keep .claude out of the Docker build context (#266)

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:
Jeremy Daer
2026-09-22 14:09:33 -05:00
committed by GitHub
parent e3b4cbc674
commit 9ff6b4a381
+3
View File
@@ -50,3 +50,6 @@
# Ignore test files
/test/
# Agent session state — worktrees under .claude/ are whole extra checkouts of this repo
.claude