You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
324 B
40 lines
324 B
# 依赖
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
|
|
# 构建文件
|
|
*.tsbuildinfo
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
|
|
# 测试
|
|
coverage
|
|
.nyc_output
|
|
|
|
# 其他
|
|
.DS_Store
|
|
*.pem
|
|
.vscode
|
|
.idea
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
|
|
# 文档
|
|
*.md
|
|
!package.json
|
|
|
|
|