From 3c04a61b957d6592840e31de366c0afe28a4d814 Mon Sep 17 00:00:00 2001 From: Pavel Fedin Date: Sun, 27 Aug 2023 22:50:42 +0300 Subject: [PATCH] Ignore .classpath This is an Eclipse file, we don't need to have it in the repo --- .classpath | 34 ---------------------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .classpath diff --git a/.classpath b/.classpath deleted file mode 100644 index 98ec960..0000000 --- a/.classpath +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.gitignore b/.gitignore index bbb49ca..b9bb456 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.classpath .settings /target/