From f33db7e4e7a25f411d42ac74213b0fe8d9f85297 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 17 Feb 2021 17:32:12 +0100 Subject: [PATCH] Remove .classpath and .project --- .classpath | 44 -------------------------------------------- .gitignore | 2 ++ .project | 34 ---------------------------------- 3 files changed, 2 insertions(+), 78 deletions(-) delete mode 100644 .classpath delete mode 100644 .project diff --git a/.classpath b/.classpath deleted file mode 100644 index 238dda0..0000000 --- a/.classpath +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index d3e7d09..6c3acff 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ target/ # Eclipse .settings/ +.classpath +.project # IntelliJ .idea/ diff --git a/.project b/.project deleted file mode 100644 index fb2a296..0000000 --- a/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - project - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.m2e.core.maven2Builder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - - - 1613469539160 - - 30 - - org.eclipse.core.resources.regexFilterMatcher - node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ - - - -