From 052b2cf6ed4d0f2f6887015cf37d501225830a2c Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Thu, 17 Jul 2025 10:05:20 +0200 Subject: [PATCH] feat: configure webm files to be handled by git lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e025268 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +webm filter=lfs diff=lfs merge=lfs -text