MarketingSystemDataExportTool/.dockerignore

52 lines
614 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Git 相关
.git
.gitignore
.gitattributes
# 日志和存储
log/
storage/
server/storage/
server/log/
*.log
server/server.log
*.csv
*.xlsx
*.xls
# 配置文件(运行时挂载)
server/config.yaml
server/config.test.yaml
server/config.prod.yaml
server/config_example.yaml
web/config.js
# 构建产物
server/bin/
server/server
*.tar
scripts/*.tar
marketing-system-data-tool.tar
# 开发工具
.idea/
.vscode/
*.swp
*.swo
*~
# 文档
README.md
docs/
*.md
# Docker 相关
Dockerfile
.dockerignore
docker-compose*.yml
# 其他
.env.local
.env
# 注意go.work.sum 需要保留Dockerfile 中会使用