From 85de90bcd3ab7667a99a6c99c91121e24852d001 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 16 Aug 2025 17:26:21 -0700 Subject: [PATCH] Add .mov and .mp4 to the LFS attributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0b5b3d4..90fc636 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text *.pxm filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text