Files
zerobyte/.dockerignore
2026-06-09 19:50:27 +02:00

27 lines
328 B
Plaintext

**
!pnpm-lock.yaml
!pnpm-workspace.yaml
!package.json
!.gitignore
!**/package.json
!**/tsconfig.json
!**/vite.config.ts
!**/components.json
!app/**
!apps/agent/**
!packages/**
!public/**
# License files and attributions
!LICENSE
!NOTICES.md
!LICENSES/**
node_modules/**
dist/**
.output/**
app/test/integration/artifacts/**