Files
youlegames/codes/agent/game-docker/.gitattributes

18 lines
421 B
Plaintext

# Docker 项目中所有脚本和配置文件必须使用 LF 行尾符,否则容器中无法正常工作
*.sh text eol=lf
*.php text eol=lf
*.conf text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.env text eol=lf
*.sql text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.js text eol=lf
*.html text eol=lf
*.css text eol=lf
*.xml text eol=lf
*.htaccess text eol=lf
Dockerfile text eol=lf
docker-compose*.yml text eol=lf