From ffe38155986435e6dcf897453adcfbac561e3771 Mon Sep 17 00:00:00 2001 From: janpeter visser Date: Fri, 24 Apr 2026 23:06:21 +0200 Subject: [PATCH] chore: .gitattributes toevoegen voor consistente LF regeleindes Voorkomt de 'LF will be replaced by CRLF' warnings op Windows. Co-Authored-By: Claude Sonnet 4.6 --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fe9ddf2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Enforce LF line endings for all text files +* text=auto eol=lf + +# Explicitly binary files — no conversion +*.png binary +*.ico binary +*.jpg binary +*.jpeg binary +*.gif binary +*.svg binary +*.woff binary +*.woff2 binary