Untrack client/node_modules and gitignore it
Build and Push Docker Image / build (push) Successful in 30s

node_modules was vendored into the repo, which caused platform-specific
rollup/esbuild binary churn on every local install. Dependencies are
installed fresh during the Docker build, so there's no reason to track them.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jason Stedwell
2026-07-10 17:09:26 -05:00
parent aef4ae60cb
commit 7da4163d3b
2642 changed files with 3 additions and 494095 deletions
+3
View File
@@ -1 +1,4 @@
.claude/
# Dependencies are installed fresh in the Docker build; never vendor them in git.
node_modules/