From 79b2e87ef5d38a779bc9ee7f0f2412682e4e06d1 Mon Sep 17 00:00:00 2001 From: Manfred Aabye Date: Fri, 1 May 2026 07:02:51 +0200 Subject: [PATCH] Add files via upload --- gitattributes | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gitattributes diff --git a/gitattributes b/gitattributes new file mode 100644 index 0000000..1130dc5 --- /dev/null +++ b/gitattributes @@ -0,0 +1,23 @@ +# Alle Textdateien mit LF normalisieren +* text=auto eol=lf + +# Shell-Skripte explizit auf LF erzwingen +*.sh text eol=lf + +# Konfigurationsdateien +*.json text eol=lf +*.md text eol=lf +*.lang text eol=lf +*.php text eol=lf +*.js text eol=lf +*.css text eol=lf + +# Binärdateien unverändert lassen +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.zip binary +*.gz binary +*.tar binary