From 0da4076a325b61cf74a54a9e556074f04d1eab8a Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 10 Aug 2025 15:52:09 +0200 Subject: [PATCH] .gitattributes aktualisiert --- .gitattributes | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index f4b6b48..d45a2dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,13 @@ * text=auto eol=lf -*.sh text eol=lf -*.py text eol=lf -*.yml text eol=lf -*.json text eol=lf -*.md text eol=lf -*.bat text eol=crlf -*.png binary -*.jpg binary -*.pdf binary +# Typische Binärformate nicht normalisieren +*.png -text +*.jpg -text +*.jpeg -text +*.gif -text +*.pdf -text +*.zip -text +*.tar -text +*.tar.gz -text +*.tgz -text +*.mp4 -text