first commit

This commit is contained in:
ZhangYonghao
2026-03-26 12:38:19 +08:00
commit af9d343f93
35 changed files with 4477 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# dependencies
node_modules/
# build outputs
dist/
dist-ssr/
coverage/
*.tsbuildinfo
# env files
.env
.env.*
!.env.example
# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# editor / IDE
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
desktop.ini
# local runtime/cache
.cache/
.temp/
tmp/
temp/
# package manager
.pnpm-store/
.npm/
.yarn/
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz