From 92f8afa09231dd68be616ae39408f24caead0490 Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Tue, 29 Nov 2022 14:03:31 -0300 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20de=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .classpath | 37 ------------------------------------- .gitignore | 4 ++++ .project | 48 ------------------------------------------------ 3 files changed, 4 insertions(+), 85 deletions(-) delete mode 100644 .classpath create mode 100644 .gitignore delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 57f586090..000000000 --- a/.classpath +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1898b99dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.project +/.settings +/target diff --git a/.project b/.project deleted file mode 100644 index 15b96562e..000000000 --- a/.project +++ /dev/null @@ -1,48 +0,0 @@ - - - Flyway - - - - - - org.eclipse.wst.common.project.facet.core.builder - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - org.jboss.tools.jst.web.kb.kbbuilder - - - - - org.jboss.tools.cdi.core.cdibuilder - - - - - org.eclipse.wst.validation.validationbuilder - - - - - - org.eclipse.jem.workbench.JavaEMFNature - org.eclipse.wst.common.modulecore.ModuleCoreNature - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - org.eclipse.wst.common.project.facet.core.nature - org.jboss.tools.jst.web.kb.kbnature - org.jboss.tools.cdi.core.cdinature - -