You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/03/13 16:36:13 UTC

[ofbiz-plugins] 01/02: Improved: Added Eclipse bin folder to gitignore.

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

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit 652050c9b95453ec17d1265058d1dca8e173c1f4
Author: Michael Brohl <mi...@ecomify.de>
AuthorDate: Fri Mar 13 17:34:48 2020 +0100

    Improved: Added Eclipse bin folder to gitignore.
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 496ee2c..766c192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-.DS_Store
\ No newline at end of file
+.DS_Store
+bin/
\ No newline at end of file