Files
filezzy-staging/frontend/.dockerignore
2026-02-04 14:16:04 +01:00

19 lines
190 B
Plaintext

# Dependencies and build outputs (rebuilt in container)
node_modules
.next
out
build
.vercel
# Git and misc
.git
.gitignore
*.md
.env*
# Tests and dev
__tests__
coverage
*.test.*
*.spec.*