Files
zerobyte/.dockerignore
2026-03-12 18:01:59 +01:00

25 lines
265 B
Plaintext

**
!bun.lock
!package.json
!.gitignore
!**/package.json
!**/bun.lock
!**/tsconfig.json
!**/vite.config.ts
!**/components.json
!app/**
!packages/**
!public/**
# License files and attributions
!LICENSE
!NOTICES.md
!LICENSES/**
node_modules/**
dist/**
.output/**