Files
ironmount/.dockerignore
2025-10-21 19:56:59 +02:00

26 lines
328 B
Plaintext

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