From 18c622e62c7d38035a803dfce7c29daf8f931092 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 11 Mar 2021 12:02:32 +0100 Subject: [PATCH] ignore .class --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3d47f98..9eee571 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ target/ .settings/ *.iml +*.class .project .classpath \ No newline at end of file -- GitLab