diff --git a/.gitattributes b/.gitattributes index 744ecb5..d2d5f20 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,10 @@ # Ignore CSS files for language detection *.css linguist-vendored + +# Some LF stuff so that linux works ; windows can fuck off +* text=auto eol=lf +*.png binary +*.jpg binary +*.gif binary +*.zip binary