# Shell scripts must always use LF (Linux) line endings *.sh text eol=lf # Windows-specific scripts *.ps1 text eol=crlf *.bat text eol=crlf *.cmd text eol=crlf # YAML and Docker files should be LF *.yml text eol=lf *.yaml text eol=lf Dockerfile text eol=lf *.conf text eol=lf .dockerignore text eol=lf *.png filter=lfs diff=lfs merge=lfs -text