79821e3e04
Prevents node_modules/dist from polluting Docker build context. Sets NODE_OPTIONS max-old-space-size=4096 for Vite builds on memory-constrained servers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
89 B
Plaintext
12 lines
89 B
Plaintext
**/node_modules
|
|
**/dist
|
|
**/bin
|
|
**/obj
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
.vscode
|
|
.env
|
|
.claude
|
|
frontend
|