From f3336c972222cc5be4a45d77fad41043426070ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Sat, 2 Oct 2021 17:03:14 +0200 Subject: [PATCH] Add .gitignore for post-compilation files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a5f2ff --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.idea +*.class +/target +*.iml