From 7a2c132b8eca32be2cc4960cb3f4796a8976c942 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 10 Jan 2020 18:34:17 -0500 Subject: [PATCH] Mark webp as binary files for git --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 637f5e4cc2..7b9779ee53 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ # Windows forced line-endings /.idea/* text eol=crlf +*.webp binary *.png binary *.jpg binary *.jpeg binary