From c0b97e4c785e7117634c4ad965bbe4b1638f41b4 Mon Sep 17 00:00:00 2001 From: DAMO238 Date: Sun, 16 Aug 2020 13:58:15 +0100 Subject: [PATCH] Fixed .gitattributes for lfs --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 24a8e87..607e30a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ *.png filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.glb filter=lfs diff=lfs merge=lfs -text +Models/** filter=lfs diff=lfs merge=lfs -text