From 669777a1166d3904d35217c28b26e31f3f5b416b Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Thu, 19 Sep 2024 23:22:11 +0200 Subject: [PATCH] fix: gittributes to ignore image file endings (#3012) Signed-off-by: Philip Laine --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf97..ef3e885a1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,8 @@ * text eol=lf + +*.png binary +*.jpg binary +*.gif binary +*.zst binary +*.tar binary +*.part00* binary