From cb93a6c60e0a57ad32d15152b3374574f6381ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Wed, 27 Nov 2024 07:00:52 +0100 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .gitattributes | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a0d375b..a05c197 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,26 @@ -* text=auto eol=lf +* text=auto +* text eol=lf + +# (binary is a macro for -text -diff) +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.mov binary +*.mp4 binary +*.mp3 binary +*.flv binary +*.fla binary +*.swf binary +*.gz binary +*.zip binary +*.7z binary +*.ttf binary +*.eot binary +*.woff binary +*.pyc binary +*.pdf binary # https://github.com/VerifyTests/Verify?tab=readme-ov-file#text-file-settings *.verified.txt text eol=lf working-tree-encoding=UTF-8