# 依赖
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock

# 运行时
*.log
logs
*.pid
*.seed
*.pid.lock

# 测试
coverage
.nyc_output

# 环境配置
.env
.env.local
.env.*.local

# IDE
.vscode
.idea
*.swp
*.swo
*~

# Git
.git
.gitignore
.gitattributes

# 文档
README.md
DEPLOY.md
CHANGELOG.md
*.md

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# 其他
.DS_Store
Thumbs.db

# 不需要复制到容器的文件
auto-buy/node_modules
