From 7774943c7927ec0be4c27897e985a96b368f078d Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 3 Aug 2023 20:27:02 +0200 Subject: [PATCH] Updates .gitignore --- .gitignore | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index aaccec9..51fc78b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,10 @@ -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.nar -*.settings -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -/.gradle/ -/.settings/ +## JetBrains IDEs /.idea/ -/build/ -/bin/ -**/target/ *.iml -dependency-reduced-pom.xml -.DS_Store +## Maven +/**/target/ +dependency-reduced-pom.xml + +## Misc. +.DS_Store