From 3d66ed0e2da3351d569af6fb1dfc3e1b582e3413 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 13 Oct 2023 19:43:05 +0200 Subject: [PATCH] Add webp files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 58b8264..71cf752 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.png filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text