From 176ac5a483cf4d7c77995bdd7c8ee92cc0a8b06c Mon Sep 17 00:00:00 2001 From: Martin Geno Date: Fri, 17 Mar 2017 11:33:47 +0100 Subject: [PATCH] [TASK] configurate to run local --- .gitignore | 5 ++++- ...application.properties => application.properties-example} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename src/main/resources/{application.properties => application.properties-example} (100%) diff --git a/.gitignore b/.gitignore index c453fee..aaa41bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Created by https://www.gitignore.io/api/java,gradle,eclipse,intellij,netbeans +## System setttings +src/main/resources/application.properties + ### Eclipse ### .metadata @@ -154,4 +157,4 @@ gradle-app.setting # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 # gradle/wrapper/gradle-wrapper.properties -# End of https://www.gitignore.io/api/java,gradle,eclipse,intellij,netbeans \ No newline at end of file +# End of https://www.gitignore.io/api/java,gradle,eclipse,intellij,netbeans diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties-example similarity index 100% rename from src/main/resources/application.properties rename to src/main/resources/application.properties-example