From 2577c96258b42331ca01df5f07991e73b5480e8b Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Sun, 17 Aug 2025 13:45:16 +0000 Subject: [PATCH] Update .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) 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