From 3963c3abe9eecce68d5ef5a6e037f8083029d490 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 16 Apr 2015 12:27:27 -0700 Subject: [PATCH] removed text files from binary attribute --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 441b4007..6e42739a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ * text eol=lf -dist/**/* binary \ No newline at end of file +dist/**/*.js binary +dist/**/*.map binary +dist/**/*.eot binary +dist/**/*.svg binary +dist/**/*.ttf binary +dist/**/*.woff binary +dist/**/*.woff2 binary +dist/**/*.png binary +dist/*.html text