From 130bdf092841e2a9d0c64aeb2e2066f0c04aa9d2 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane@outlook.com> Date: Mon, 21 Sep 2020 11:56:57 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 299e39a..2ea4565 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,10 @@ .idea/ .settings/ +bin/ build/ target/ *.iml +*.jar .classpath -.project \ No newline at end of file +.project +export.jardesc \ No newline at end of file -- GitLab