You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/01/10 16:35:04 UTC

[fineract] branch develop updated: add .project and .settings/ to .gitignore

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 75f7c59  add .project and .settings/ to .gitignore
75f7c59 is described below

commit 75f7c5947d96c04eb36ffc129b04d54c3b5467ef
Author: Michael Vorburger <mi...@vorburger.ch>
AuthorDate: Fri Jan 10 17:07:00 2020 +0100

    add .project and .settings/ to .gitignore
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index a2c1a00..ecdabc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
 *.jar
 *.war
 *.ear
+.classpath
+.project
+.settings
 .gradle
 build
 *.iml