From d25194bf27798bb5261a61a9cd3e9e1ec019f34d Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 8 May 2020 20:47:33 +0200 Subject: [PATCH] rm application.properties from Git, and .gitignore it (because we copy it during build) --- .gitignore | 2 ++ fineract-provider/.gitignore | 12 --------- .../src/main/resources/application.properties | 27 ------------------- 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 fineract-provider/.gitignore delete mode 100644 fineract-provider/src/main/resources/application.properties diff --git a/.gitignore b/.gitignore index 8bcd4162b6e..eb4aa3925c5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ build gradle catalina.base_IS_UNDEFINED/ keystore.jks +bin/ +fineract-provider/src/main/resources/application.properties diff --git a/fineract-provider/.gitignore b/fineract-provider/.gitignore deleted file mode 100644 index e4bae860977..00000000000 --- a/fineract-provider/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -bin -out/ -build -repos -.classpath -.project -.settings -.gradle -*.log -.idea -!gradle/wrapper/gradle-wrapper.jar -/gradle diff --git a/fineract-provider/src/main/resources/application.properties b/fineract-provider/src/main/resources/application.properties deleted file mode 100644 index bf23d8dddbc..00000000000 --- a/fineract-provider/src/main/resources/application.properties +++ /dev/null @@ -1,27 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -spring.profiles.default=basicauth -management.health.jms.enabled=false - -# FINERACT-883 -management.info.git.mode=FULL - -# FINERACT-914 -server.forward-headers-strategy=framework \ No newline at end of file