From bc36a14c1ee18d00f75c5904395aeebe9e7458e3 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 16 May 2020 19:22:51 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..c30f980 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,20 @@ -# Compiled class file -*.class - -# Log file +# Maven build files +target *.log +maven-eclipse.xml +build.properties +site-content +*~ -# BlueJ files -*.ctxt +# IntelliJ IDEA files +.idea +.iws +*.iml +*.ipr -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +# Eclipse files +.settings +.classpath +.project +.externalToolBuilders +.checkstyle