From 9248ae69826e75b68291144ea9eb514019f95cce Mon Sep 17 00:00:00 2001 From: Norman Aberin Date: Thu, 18 Oct 2018 19:17:59 -0500 Subject: [PATCH] Normalize all --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..34bc88d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto +*.java text +*.html text +*.js text + +*.png binary +*.jpg binary