chore: init monorepo

This commit is contained in:
2025-11-16 23:15:20 +08:00
commit 50de4383eb
10 changed files with 165 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Dependencies
node_modules/
pnpm-lock.yaml
# Runtime
dist/
build/
.next/
.output/
.nuxt/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.log
# OS
Thumbs.db
.DS_Store
# Build outputs
*.tsbuildinfo
# pnpm
.pnpm-debug.log*
# Testing
coverage/
.nyc_output/