From 5ac4126ee9a9198092d69feb311afa45d8c5c6f7 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 1 Apr 2026 16:09:38 +0300 Subject: [PATCH] Configure Git LFS for videos --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e4e0cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.webm filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text