nxtgauge-frontend-solid/.dockerignore
Tracewebstudio Dev 80fb6aa9b4 fix(build): use multi-stage Dockerfile and add .dockerignore
- Change .woodpecker.yml to use Dockerfile (multi-stage) instead of Dockerfile.simple
- Add .dockerignore to exclude node_modules and build artifacts
- Reduces image size to avoid 413 Payload Too Large error
2026-04-16 10:47:30 +02:00

28 lines
No EOL
268 B
Text

node_modules
.git
.gitignore
.env
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vscode
.idea
*.log
.DS_Store
.output
.vinxi
dist
*.tsbuildinfo
coverage
.nyc_output
.cache
.next
.vercel
netlify
*.test.ts
*.spec.ts
**/__tests__
**/test
**/tests