mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-18 05:47:31 -04:00
25 lines
265 B
Plaintext
25 lines
265 B
Plaintext
**
|
|
|
|
!bun.lock
|
|
!package.json
|
|
!.gitignore
|
|
|
|
!**/package.json
|
|
!**/bun.lock
|
|
!**/tsconfig.json
|
|
!**/vite.config.ts
|
|
!**/components.json
|
|
|
|
!app/**
|
|
!packages/**
|
|
!public/**
|
|
|
|
# License files and attributions
|
|
!LICENSE
|
|
!NOTICES.md
|
|
!LICENSES/**
|
|
|
|
node_modules/**
|
|
dist/**
|
|
.output/**
|