From c4fabe29579ad85410084ab78da7e11ee881f06c Mon Sep 17 00:00:00 2001 From: osben Date: Sat, 3 Mar 2018 12:02:50 +0200 Subject: [PATCH] add *.js in .gitattributes --- .gitattributes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index dee053d..a2b65e1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,14 @@ * text=auto *.css text +*.js text *.htm text *.html text *.php text -*.txt text -*.tpl text -README text -*README* text -LICENSE text +*.txt text +*.tpl text +README text +*README* text +LICENSE text ## LINTERS