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.
90 lines
896 B
90 lines
896 B
# 依赖目录
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# 运行时文件
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# 覆盖率目录
|
|
coverage
|
|
*.lcov
|
|
|
|
# nyc测试覆盖率
|
|
.nyc_output
|
|
|
|
# 依赖锁定文件(在Dockerfile中会复制)
|
|
# package-lock.json
|
|
# yarn.lock
|
|
|
|
# 日志文件
|
|
logs
|
|
*.log
|
|
|
|
# 运行时数据
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# 目录
|
|
.npm
|
|
.eslintcache
|
|
|
|
# 可选npm缓存目录
|
|
.npm
|
|
|
|
# 可选REPL历史
|
|
.node_repl_history
|
|
|
|
# 输出目录
|
|
dist
|
|
build
|
|
|
|
# 环境变量文件
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# IDE文件
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# 操作系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git文件
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker文件
|
|
Dockerfile*
|
|
docker-compose*
|
|
.dockerignore
|
|
|
|
# 测试文件
|
|
test
|
|
tests
|
|
__tests__
|
|
*.test.js
|
|
*.spec.js
|
|
|
|
# 文档
|
|
README.md
|
|
CHANGELOG.md
|
|
docs
|
|
|
|
# 其他
|
|
*.md
|
|
.editorconfig
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.babelrc*
|
|
|