This commit is contained in:
sunzhongyi
2026-05-19 21:09:56 +08:00
commit f3e6b95be9
78 changed files with 10099 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
dist
.next
out
build
*.tsbuildinfo
# Environment
.env
.env*.local
# IDE
.vscode/*
!.vscode/extensions.json
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage
.nyc_output
# Turbo
.turbo
# Misc
.cache
.temp