From 74e697054a0a0e534dbcfea79247decd8d96c6b2 Mon Sep 17 00:00:00 2001 From: Bas van Rossem Date: Wed, 17 Jun 2026 13:20:09 +0200 Subject: [PATCH] chore: add .gitattributes and normalize line endings to LF --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4c3307 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Normalize all text files to LF in the repository and on checkout. +# Stops the "LF will be replaced by CRLF" churn on Windows. +* text=auto eol=lf + +# Binary assets — never normalize or diff as text. +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.webp binary +*.wasm binary +*.ttf binary +*.otf binary +*.woff binary +*.woff2 binary +*.tgz binary +*.pdf binary