From 464ffcd7e6595d4c2aa25d2b5b84ff5aa669f631 Mon Sep 17 00:00:00 2001 From: earthlng Date: Mon, 18 Dec 2017 16:54:38 +0100 Subject: [PATCH] Update .gitattributes --- .gitattributes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 726eca1..12c1178 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -* text=auto +## * text=auto -*.js text -*.md text -*.yml text -*.txt text -*.bat -text eol=crlf +*.js text=auto +*.md text=auto +*.yml text=auto +*.txt text=auto +*.bat eol=crlf *.png binary