From fe77412dcfac9686df8901bbc97154e2e9a106e8 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 66aaca373..3b7ad7e19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -107,6 +107,7 @@ *.tga binary *.ttc binary *.ttf binary +*.webp binary *.woff binary *.woff2 binary *.xls binary