# Default: normalize text files in repo * text=auto # Windows scripts *.ps1 text eol=crlf *.psm1 text eol=crlf *.psd1 text eol=crlf *.bat text eol=crlf *.cmd text eol=crlf # Unix/Linux scripts and configs *.sh text eol=lf *.bash text eol=lf *.zsh text eol=lf *.nix text eol=lf # Common text files *.md text eol=lf *.json text eol=lf *.yml text eol=lf *.yaml text eol=lf *.toml text eol=lf # Binary files *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.exe binary *.zip binary *.7z binary