diff --git a/.gitattributes b/.gitattributes index b494619a7a7..7b046777a18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,13 @@ -* text eol=lf +# Document global line endings settings +# https://help.github.com/articles/dealing-with-line-endings/ +* text eol=lf + + +# Denote all files that are truly binary and should not be modified. +*.ai binary +*.jpg binary +*.otf binary +*.png binary +*.ttf binary +*.whl binary +*.woff binary