From 82f09b540f5c0e474716de641e055293b4df76f2 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 23 Mar 2025 20:03:11 +0900 Subject: [PATCH] =?UTF-8?q?lfs=20=EC=B6=94=EC=A0=81=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=ED=98=95=EC=8B=9D=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?(blend,=20fbx,=20clip)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae69c7b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.blend filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.clip filter=lfs diff=lfs merge=lfs -text