From a376f478fae208cc728f2b98ce5243d2327aa3c5 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Tue, 15 Sep 2020 12:57:00 -0700 Subject: [PATCH] Try to prevent Windows-git users from introduce carriage-returns into our revision-controlled text files. :-( --- .gitattributes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitattributes b/.gitattributes index 02cec6b122..d3c138141e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,21 @@ *.ssjs gitlab-language=javascript +*.js text +*.ssjs text +*.src text +*.inc text +*.ini text +*.cfg text +*.html text +*.xml text +*.txt text +*.TXT text +*.json text +*.bat text +*.mak text +*.mk text +makefile text +Makefile text +GNUmakefile text +*.bin -text +*.cnf -text -- GitLab