The broad plugins/ and imports/ patterns were matching directories
at all levels, excluding frontend/src/plugins/vuetify.ts,
frontend/src/views/imports/, frontend/src/views/plugins/, and
src/Purrse.Tests/Plugins/. Changed to /plugins/ and /imports/
to only match root-level directories.
This was the root cause of the Docker build failure - vuetify.ts
was missing from the repo.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>