From 807fb0ba9a77099327adec6a5ccdfe9baca34ed7 Mon Sep 17 00:00:00 2001 From: Daniel Gredler Date: Mon, 22 May 2023 19:42:07 -0400 Subject: [PATCH] Ignore Eclipse IDE files (#1626) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e68cdbc26..d92b1e6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ target .idea *.iml .DS_Store +.settings +.classpath +.project