From b8cd2c97c50514ae2de3e3631d8f04aa8ac0c2f1 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Mon, 16 Sep 2024 09:03:25 +0200 Subject: [PATCH] Add git attributes for lfs. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..96affff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +FBX2glTF-windows-x86_64.exe filter=lfs diff=lfs merge=lfs -text +FBX2glTF-linux-x86_64 filter=lfs diff=lfs merge=lfs -text \ No newline at end of file