zerobyte/.dockerignore
2026-04-01 23:11:51 +02:00

25 lines
280 B
Text

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