From 6651872729e9ea51b99accd2989a4f8b35c82638 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Mon, 3 Aug 2026 07:56:11 -0700 Subject: [PATCH] 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) --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 638900e..fd1e897 100644 --- a/.dockerignore +++ b/.dockerignore @@ -23,6 +23,7 @@ temp/ # IDE files .vscode/ .idea/ +.claude/ *.swp *.swo