zerobyte/.dockerignore
Nicolas Meienberger b70c7f39e6 fix: drizzle paths
2025-11-13 19:57:07 +01:00

23 lines
264 B
Text

*
!turbo.json
!bun.lock
!package.json
!**/package.json
!**/bun.lock
!**/tsconfig.json
!**/vite.config.ts
!**/react-router.config.ts
!**/build.ts
!**/components.json
!src/**
!app/**
!public/**
# License files and attributions
!LICENSE
!NOTICES.md
!LICENSES/**