From 298a8fb81e62ba72ad0b7df739045382aec393d4 Mon Sep 17 00:00:00 2001 From: Relicjamin Date: Thu, 2 Apr 2026 16:08:15 -0400 Subject: [PATCH] Create the .gitattributes Git LFS setup and adding large files to be track --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3cfb0f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.fbx filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.spp filter=lfs diff=lfs merge=lfs -text +*.assbin filter=lfs diff=lfs merge=lfs -text