You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by an...@apache.org on 2020/05/05 22:54:47 UTC

[fineract] branch develop updated: add keystore.jks to .gitignore

This is an automated email from the ASF dual-hosted git repository.

angeh 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 bb4f1ac  add keystore.jks to .gitignore
     new 7ace5d4  Merge pull request #826 from vorburger/gitignore-keystore.jks
bb4f1ac is described below

commit bb4f1ac29aa021fa16cba1371ce969358d94aba2
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Tue May 5 22:44:46 2020 +0200

    add keystore.jks to .gitignore
    
    This file is created by the Tomcat embedded by Spring Boot
    when running "java -jar build/libs/fineract-provider.jar",
    having it on .gitignore avoids anyone commiting it by mistake.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ecdabc5..8bcd416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ build
 .idea
 gradle
 catalina.base_IS_UNDEFINED/
+keystore.jks