Files
ironmount/.dockerignore
2025-11-09 13:04:14 +02:00

31 lines
366 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/**
# Node modules
**/node_modules/**