From d77e85ec50b1126d59d809c01b70595217c48b74 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Fri, 12 Jun 2020 18:36:16 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2737e7..b0f0722 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -# Created by https://www.toptal.com/developers/gitignore/api/linux,intellij+all,windows,git -# Edit at https://www.toptal.com/developers/gitignore?templates=linux,intellij+all,windows,git +# Created by https://www.toptal.com/developers/gitignore/api/linux,intellij+all,windows,git,maven +# Edit at https://www.toptal.com/developers/gitignore?templates=linux,intellij+all,windows,git,maven ### Git ### # Created by git for backups. To disable backups in Git: @@ -121,6 +121,19 @@ modules.xml # .nfs files are created when an open file is removed but is still being accessed .nfs* +### Maven ### +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 + ### Windows ### # Windows thumbnail cache files Thumbs.db @@ -147,4 +160,4 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/linux,intellij+all,windows,git +# End of https://www.toptal.com/developers/gitignore/api/linux,intellij+all,windows,git,maven