From 50838e8b0ec2026488e4c835da29882ff7c17faa Mon Sep 17 00:00:00 2001 From: fraxle Date: Wed, 20 May 2026 16:01:06 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..24063dd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Normalise all text files to LF on commit +* text=auto eol=lf + +# Explicitly mark binary files - never touch line endings +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.woff binary +*.woff2 binary +*.ttf binary +*.eot binary +*.webp binary \ No newline at end of file