60 lines
574 B
Plaintext
60 lines
574 B
Plaintext
# 依赖
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# 本地环境文件
|
|
.env*.local
|
|
.env
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# 生产构建
|
|
/build
|
|
|
|
# 杂项
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# 调试
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 本地环境变量
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
README*.md
|
|
|
|
# Docker
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# 其他
|
|
*.log
|
|
.nyc_output
|
|
coverage
|
|
.cache |