From b549eb221c4b3f1a3c93821d3235a5ceb5f47a47 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 6 Dec 2024 16:16:10 +0000 Subject: [PATCH] chore: track video files using LFS --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8fc3c97 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.webm filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text