From a6ea7f2c3e648562f1bd09367828329b1c2ea2a4 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 12 Feb 2018 06:06:59 -0500 Subject: [PATCH] Limit JVM memory use Change-Id: I427bf9268f238d61e89e248faba63adec061c296 Issue-ID: ACUMOS-187 Signed-off-by: Christopher Lott (cl778h) --- .gitattributes | 21 +++++++++++++++++++++ gateway/pom.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..38b6a85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,21 @@ +# https://help.github.com/articles/dealing-with-line-endings/ + +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized +# and converted to native line endings on checkout. +*.css text +*.htm text diff=html +*.html text diff=html +*.java text diff=java +*.js text +*.jsp text +*.less text +*.properties text +*.sql text +*.xml text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary diff --git a/gateway/pom.xml b/gateway/pom.xml index 1e20bf7..a2df3e6 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -360,7 +360,7 @@ - +