From 4579f34b8337750312dad01f0cd2febf0a62c422 Mon Sep 17 00:00:00 2001 From: binsky Date: Thu, 13 Jan 2022 19:15:46 +0100 Subject: [PATCH] add gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68efafa --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# vim +*~ +*.swp + +# IntelliJ +.idea + +# Maven (from: https://github.com/github/gitignore/blob/master/Maven.gitignore) +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar + +# Java (from: https://github.com/github/gitignore/blob/master/Java.gitignore) + +# Compiled class file +*.class + +# Log file +*.log + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar