This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new ff1c15d rm application.properties from Git, and .gitignore it
(because we copy it during build)
ff1c15d is described below
commit ff1c15d2632339392299a70a290553c9ddbe0d75
Author: Michael Vorburger <[email protected]>
AuthorDate: Fri May 8 20:47:33 2020 +0200
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(-)
diff --git a/.gitignore b/.gitignore
index 8bcd416..eb4aa39 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 e4bae86..0000000
--- 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 bf23d8d..0000000
--- 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