Skip to content

Commit

Permalink
feat: dist dir use git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Oct 8, 2020
1 parent ef9f9f5 commit 9742938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -25,3 +24,4 @@
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
dist filter=lfs diff=lfs merge=lfs -text

0 comments on commit 9742938

Please sign in to comment.