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 <[email protected]> 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
