From e9275b77cf1fb8d513c9c94e57d7901089765a15 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 29 Sep 2018 18:56:30 +0100 Subject: [PATCH] Simplify the gitignore file --- .gitignore | 56 ++++-------------------------------------------------- 1 file changed, 4 insertions(+), 52 deletions(-) diff --git a/.gitignore b/.gitignore index 0ba5348..f0932f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,53 +1,5 @@ -# Package Files # -*.jar -*.war -*.ear -*.zip - -pom.xml.versionsBackup - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -# maven build outputs +*.jqwik-database* +*.iml +.idea/ target/ - -# netbeans legacy -nbproject/ -nbactions.xml - -# eclipse legacy -.project - -# intellij -.idea/libraries/ -.idea/workspace.xml -.idea/uiDesigner.xml -.idea/compiler.xml -.idea/misc.xml -.idea/checkstyle.xml -.idea/artifacts/ -.idea/dataSources* -.idea/tasks.xml -.idea/dictionaries/ -.idea/shelf/ -.idea/dynamic.xml -.idea/sqlDataSources.xml -.idea/gradle.xml -.idea/mongoSettings.xml -.idea/checkstyle-idea.xml -.idea/findbugs-idea.xml - -# Spring -spring.log -logs/ -/application.properties -/bootstrap.properties - -# Composer-style -vendor - -# Git and temp files -*.orig -*.patch -*~ +pom.xml.*