From c676ca4c535b084a29317631f2de78eb0cd547f6 Mon Sep 17 00:00:00 2001 From: Marco Zanon Date: Mon, 12 May 2025 17:35:29 +0200 Subject: [PATCH] Added .gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d11829c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.classpath +.project +.settings/ +target/ -- 2.30.2