From 45c5ec70569cc19ac938eab2ff714d856d6e1867 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane@outlook.com> Date: Mon, 21 Sep 2020 12:06:14 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 299e39a..5abffee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ .settings/ build/ target/ +bin/ *.iml +*.jar .classpath -.project \ No newline at end of file +.project +export.jardesc \ No newline at end of file -- GitLab