From f0c47cef080a399f33f74b26682e8bce8b981eff Mon Sep 17 00:00:00 2001 From: Andy McCright <j.andrew.mccright@gmail.com> Date: Tue, 21 Jan 2020 14:53:27 -0600 Subject: [PATCH] Ignore Eclipse/VSCode artifacts Signed-off-by: Andy McCright <j.andrew.mccright@gmail.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2f7896d..58e2045 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ target/ +**/.classpath +**/.project +.settings/ -- GitLab