From ba775aefebff61d5eb86fae04863ae7e712ab4bb Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Tue, 7 Apr 2020 20:43:12 +0200 Subject: [PATCH] .gitattributes: Treat webp as binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 24a21b60d..c0bff6e18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -82,6 +82,7 @@ *.tga binary *.ttc binary *.ttf binary +*.webp binary *.woff binary *.woff2 binary *.xls binary