chore: init env

This commit is contained in:
user9994793890
2026-07-07 16:00:36 +08:00
parent 3ca157c1e9
commit b6a1b77054
86 changed files with 19876 additions and 1 deletions

73
.gitignore vendored
View File

@@ -91,4 +91,75 @@ logs/
.preview
# CodeGraph index
.codegraph
.codegraph
# Dependencies
node_modules/
.pnp
.pnp.js
# Production build
dist/
build/
out/
.next/
.rsbuild/
# Testing
coverage/
*.lcov
.nyc_output
# Environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Cache
.cache/
.parcel-cache/
.eslintcache
.stylelintcache
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
node-compile-cache/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swo
*~
# OS files
.DS_Store?
._*
.Spotlight-V100
.Trashes
Desktop.ini
# Temporary files
*.tmp
*.temp
.tmp/
.temp/
# Optional files
*.tgz
*.tar
# TypeScript
*.tsbuildinfo
# Misc
.coze-logs
.codegraph/