github.com/richardwilkes/toolbox@v1.121.0/.gitattributes (about) 1 # Set the default behavior, in case people don't have core.autocrlf set. 2 * text=auto 3 4 # Force text files to have LF 5 *.bat text eol=crlf 6 *.go text eol=lf 7 *.md text eol=lf 8 *.sh text eol=lf 9 *.tmpl text eol=lf 10 *.txt text eol=lf 11 *.yaml text eol=lf 12 *.yml text eol=lf 13 14 # Denote all files that are truly binary and should not be modified. 15 *.gif binary 16 *.jpg binary 17 *.jpeg binary 18 *.otf binary 19 *.png binary 20 *.psd binary 21 *.ttf binary