From b097ad8a84cdecea836d90cde43d8663c0300e2b Mon Sep 17 00:00:00 2001 From: lucio Date: Mon, 21 Oct 2024 17:08:11 +0200 Subject: [PATCH] ignoring hidden files --- .classpath | 2 +- .gitignore | 1 + .project | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 74ed988..af061fa 100644 --- a/.classpath +++ b/.classpath @@ -31,9 +31,9 @@ + - diff --git a/.gitignore b/.gitignore index 543e108..8adfd73 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ target /postgres-data/ .classpath .settings/org.eclipse.jdt.core.prefs +/.project diff --git a/.project b/.project index 6677ce2..5fea959 100644 --- a/.project +++ b/.project @@ -6,8 +6,13 @@ - org.eclipse.wst.common.project.facet.core.builder + org.eclipse.ui.externaltools.ExternalToolBuilder + full,incremental, + + LaunchConfigHandle + <project>/.externalToolBuilders/org.eclipse.wst.common.project.facet.core.builder.launch + @@ -16,8 +21,13 @@ - org.eclipse.wst.validation.validationbuilder + org.eclipse.ui.externaltools.ExternalToolBuilder + full,incremental, + + LaunchConfigHandle + <project>/.externalToolBuilders/org.eclipse.wst.validation.validationbuilder.launch +