mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-15 12:00:29 -04:00
27 lines
328 B
Plaintext
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/**
|