iconsulting/.dockerignore

73 lines
626 B
Plaintext

# ===========================================
# Docker 忽略文件
# ===========================================
# 依赖
node_modules
**/node_modules
# 构建产物
dist
**/dist
.next
.nuxt
# 日志
logs
*.log
npm-debug.log*
pnpm-debug.log*
# 环境配置
.env
.env.*
!.env.example
# IDE
.idea
.vscode
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# 测试
coverage
.nyc_output
test
tests
**/*.test.ts
**/*.spec.ts
# 文档
docs
*.md
!README.md
# 临时文件
tmp
temp
.tmp
.temp
# 备份
backups
*.bak
# 证书 (敏感)
*.pem
*.key
*.crt
nginx/ssl/*
# 其他
.turbo
.cache
.parcel-cache