Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2026-01-09 23:44:05 +08:00
commit b03707a794
47 changed files with 4084 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
node_modules
.pnp
.pnp.js
# Testing
coverage
# Production
build
dist
out
# Misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor
.idea
.vscode
*.swp
*.swo
# Database
*.sqlite
*.db
apps/server/drizzle/meta
# Bun
.bun/
bun.lockb