Exclude .claude/ from the Docker build context
Keeps local Claude Code settings out of the build context alongside the other editor directories. No effect on the image itself -- the Dockerfile only copies scripts/, configs/ and examples/ -- but the directory was being sent to the daemon on every build. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,7 @@ temp/
|
|||||||
# IDE files
|
# IDE files
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
.claude/
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user