From 97429383618cbf2edefdad126ea2deb9c8002063 Mon Sep 17 00:00:00 2001 From: Jason Fung Date: Thu, 8 Oct 2020 19:32:16 +0800 Subject: [PATCH] feat: dist dir use git-lfs --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7df868f..bc87ff1 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ # Automatically normalize line endings for all text-based files # http://git-scm.com/docs/gitattributes#_end_of_line_conversion * text=auto - # For the following file types, normalize line endings to LF on # checkin and prevent conversion to CRLF when they are checked out # (this is required in order to prevent newline related issues like, @@ -25,3 +24,4 @@ *.svg text eol=lf *.txt text eol=lf *.xml text eol=lf +dist filter=lfs diff=lfs merge=lfs -text