# Auto detect text files and perform LF normalization * text=auto # Shell scripts should use LF *.sh text eol=lf # Windows batch files should use CRLF *.bat text eol=crlf *.cmd text eol=crlf # Binary files *.db binary *.sqlite binary *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.pdf binary