From eecec98bb6b5ea66d2d275985261f7a49aabac8d Mon Sep 17 00:00:00 2001 From: William Floyd Date: Thu, 17 Mar 2022 02:16:51 -0500 Subject: [PATCH] gitattributes: LFS WEBP --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index d63a3f3..c34c238 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ *.jpg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text *.xcf filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text