13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
# Build-time-only exclusions for the frontend image.
|
|
**/node_modules
|
|
**/dist
|
|
**/.vite
|
|
**/.cache
|
|
**/.eslintcache
|
|
**/coverage
|
|
docs/
|
|
backend/
|
|
tests/
|
|
*.test.ts
|
|
*.test.tsx
|
|
**/*.test.* |