From dcd75231712d3eb5179a28d738c96b8c11fe59b7 Mon Sep 17 00:00:00 2001 From: pwigner Date: Sat, 25 Jan 2025 12:20:18 -0500 Subject: [PATCH] LFS track .fbx and .png --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2dbc8bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text