zerobyte/.dockerignore
Nico 648ccae5fc
test(integration): s3 repository with rustfs & rclone (#933)
* test(integration): s3 repository with rustfs

* ci: run integration tests before release

* chore: fix linting issue

* ci: persist-creds -> false
2026-06-01 21:37:12 +02:00

26 lines
293 B
Text

**
!bun.lock
!package.json
!.gitignore
!bunfig.toml
!**/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/**