zerobyte/.dockerignore
2025-11-13 18:42:03 +01:00

24 lines
276 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/**
!drizzle/**
!app/**
!public/**
# License files and attributions
!LICENSE
!NOTICES.md
!LICENSES/**