From 31d3d543c76f2a6264b61b60f00b5c3196aa0584 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