AnCao/.dockerignore
2025-11-05 09:37:29 +08:00

50 lines
425 B
Plaintext

# Git 相关
.git
.gitignore
.github
# 文档
*.md
LICENSE
# IDE 配置
.vscode
.idea
*.swp
*.swo
# Go 相关
bin/
*.exe
*.test
*.out
# 前端相关
web/node_modules/
web/dist/
web/.vite/
web/yarn-error.log
web/package-lock.json
# 环境变量和配置
.env
.env.local
*.local
# 日志
*.log
# 临时文件
tmp/
temp/
*.tmp
# OS 相关
.DS_Store
Thumbs.db
# Docker 相关
Dockerfile
.dockerignore
docker-compose.yml