From a6a4941d18bc2ff005c843ecb4fe63f89f6499bb Mon Sep 17 00:00:00 2001 From: Sean Wang Date: Fri, 16 Sep 2022 23:56:16 -0700 Subject: [PATCH] Added .webm and .webp to LFS file types. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index cff6c1c..c8eb013 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.mp4 filter=lfs diff=lfs merge=lfs -text *.mkv filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text