From 33c3474ec5a6d76b279433ef4c2c1f5f6be85f27 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 22:07:38 +0200 Subject: [PATCH] Updated the .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 90232ab..bbc988c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Compiled class file *.class +# Target directory +target/ + # Log file *.log