# Auto detect text files and perform LF normalization * text=auto # Force LF for shell scripts (important for Docker) *.sh text eol=lf Dockerfile text eol=lf docker-compose.yml text eol=lf # Force CRLF for Windows batch files *.bat text eol=crlf *.cmd text eol=crlf # Binary files *.png binary *.jpg binary *.gif binary *.ico binary