From 52eb24195b30eef0613f586c4795b733c6c4941b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 15 Sep 2024 20:37:45 +0100 Subject: [PATCH] git: ensure webp goes to lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 3da48a6..dc7bb73 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,6 +24,7 @@ # Images *.png filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text # Video