From f0ccea2a958c01587927f2b37583a483afc35c9e Mon Sep 17 00:00:00 2001 From: lily Date: Mon, 21 Apr 2025 18:44:31 -0400 Subject: [PATCH] fix(lfs): move assets to Git LFS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6b07e23 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.obj filter=lfs diff=lfs merge=lfs -text +*.mtl filter=lfs diff=lfs merge=lfs -text