From a6acf326f8fc6c12cae4960f9dbdbdb98302c1b5 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 25 Jun 2023 13:50:34 +0200 Subject: [PATCH] Updates .gitignore --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 300e1db..dd2b9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -# JetBrains IDEs +## JetBrains IDEs /.idea/ -/*.iml +*.iml -# Maven +## Maven /target/ +/dependency-reduced-pom.xml + +## Misc. +.DS_Store