From 865aaaef284f39ed8f8f23007f9b9d5860ed4034 Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 23 Nov 2025 08:25:47 +0100 Subject: [PATCH] fix: set binary in .gitattributes --- .gitattributes | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ab51753..125bb4c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,4 +5,17 @@ *.sh text eol=lf *.bat text eol=crlf *.cmd text eol=crlf -*.ps1 text eol=crlf \ No newline at end of file +*.ps1 text eol=crlf +*.png binary +*.webp binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.zip binary +*.tar binary +*.gz binary +*.7z binary +*.exe binary +*.dll binary +*.pdf binary \ No newline at end of file