* test(integration): s3 repository with rustfs * ci: run integration tests before release * chore: fix linting issue * ci: persist-creds -> false
26 lines
293 B
Text
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/**
|