From 051e700a0acabd282a0fe4011090a367b11d95cd Mon Sep 17 00:00:00 2001 From: kkawula Date: Sat, 11 Jan 2025 13:30:29 +0100 Subject: [PATCH] Fix .gitattributes to correctly handle binary files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7cc205090b..d58eab2ee3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.* text eol=lf +*.png -text +*.jpg -text +*.gif -text