From ed29780b0c7e96dc34b6defcdd14d2536d7026e9 Mon Sep 17 00:00:00 2001 From: Ivan D Vasin Date: Mon, 22 Apr 2024 10:14:41 -0400 Subject: [PATCH] fix(gitattributes): avoid corrupting WebP images --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index db976f7..a2f819a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text eol=lf *.ico binary *.webm binary +*.webp binary