Some checks are pending
CI / validate (push) Waiting to run
Proaktiv wie uload-Fix: ohne .dockerignore zieht COPY ein stale node_modules mit kaputten Symlinks rein → Vite/Rollup kann @mana-Pakete nicht aufloesen. **/node_modules schliesst auch genestete aus. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
192 B
Text
19 lines
192 B
Text
node_modules
|
|
**/node_modules
|
|
.pnpm-store
|
|
.turbo
|
|
.svelte-kit
|
|
**/.svelte-kit
|
|
build
|
|
**/build
|
|
dist
|
|
**/dist
|
|
.git
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.volumes
|
|
infrastructure/.volumes
|
|
*.log
|
|
.DS_Store
|
|
coverage
|