From a74c672959e942e8f70dfe08316f78a0d416ff0f Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Wed, 31 Aug 2022 18:00:14 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8baf9ab..57d0dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,6 @@ local.properties # Typically, this file would be tracked if it contains build/dependency configurations: #.project +/target/ +.project +.classpath -- GitLab