Loading .gitattributes +0 −28 Original line number Diff line number Diff line # All text files should have the "lf" (Unix) line endings * text=false # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.java text *.js text *.css text *.html text # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary *.gif binary *.jar binary *.pdf binary *.eot binary *.ttf binary *.woff binary *.woff2 binary *.oft binary *.gzip binary *.gz binary *.ai binary *.eps binary *.swf binary *.xls binary *.xlsx binary *.webm binary Loading
.gitattributes +0 −28 Original line number Diff line number Diff line # All text files should have the "lf" (Unix) line endings * text=false # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.java text *.js text *.css text *.html text # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary *.gif binary *.jar binary *.pdf binary *.eot binary *.ttf binary *.woff binary *.woff2 binary *.oft binary *.gzip binary *.gz binary *.ai binary *.eps binary *.swf binary *.xls binary *.xlsx binary *.webm binary