2b74a83e72
style: 优化.gitignore文件结构 test: 添加导航测试用例 docs: 删除旧版网站重设计文档 chore: 更新浏览器配置和设置管理
93 lines
870 B
Plaintext
93 lines
870 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.pnp/
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
.next/cache/
|
|
|
|
# Production
|
|
build/
|
|
dist/
|
|
.cache/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.*.local
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Debug
|
|
*.pem
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Optional npm cache
|
|
.eslintcache
|
|
.node_repl_history
|
|
|
|
# Build outputs
|
|
*.tgz
|
|
*.local
|
|
|
|
# Turbopack
|
|
.turbo/
|
|
|
|
# Vite
|
|
vite.config.ts.timestamp-*
|
|
dist-ssr/
|
|
|
|
# Trae
|
|
.trae/
|