mirror of
https://github.com/onyx-dot-app/onyx-ui.git
synced 2026-07-01 14:46:04 -04:00
16 lines
160 B
Plaintext
16 lines
160 B
Plaintext
# dependencies (bun install)
|
|
node_modules
|
|
bun.lock
|
|
dist
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
|
|
# caches
|
|
.eslintcache
|
|
.cache
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|