Files
youlegames/codes/agent/game-docker/.dockerignore
2026-04-13 17:06:02 +08:00

36 lines
421 B
Plaintext
Raw 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
.gitignore
*.md
*.txt
!package.json
# 压缩包
*.zip
*.tar.gz
*.rar
*.bak
# Docker 自身
docker-compose.yml
.dockerignore
# 原始 game 备份目录(未修改副本,不应打包)
game/
# IDE
.vscode/
.idea/
# 测试文件
api/tests/
api/sample/
api/document/
# 第三方 PHP 库短信SDK + phpunit不参与运行
dlweb/api/third/
# 临时/调试
*.log
debug.php