From f5298c1b14e3555dab7eed2f8493ebd8698b1d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C3=A9verson=20Maissiat?= Date: Fri, 27 Oct 2017 12:19:58 -0600 Subject: [PATCH] Added git attributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad4fbac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +*.ts text +*.json text +*.js text +*.json text +*.md text