From 519c6891e34a1c52b11008373af80a8af74e17d0 Mon Sep 17 00:00:00 2001 From: Aixile Date: Thu, 26 Apr 2018 12:09:35 +0900 Subject: [PATCH] fix git-lfs conifg --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 76b2fe3..384a4e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -public/models/* filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +public/models/** filter=lfs diff=lfs merge=lfs -text