You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by gg...@apache.org on 2023/06/23 16:30:49 UTC

[juneau] 01/02: Update Git ignore file for nested Eclipse project files

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 9ab9d0d18165f60e37b4a3bbd0b367deaee21a23
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Jun 23 12:23:10 2023 -0400

    Update Git ignore file for nested Eclipse project files
---
 .gitignore | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index f4ea50f58..6d196b241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
-/target/
+**/target/
 **/.DS_Store
-.classpath
-.project
-/.settings/
+**/.classpath
+**/.project
+**/.settings/
 /bin/
 derby.log