Update .gitignore to ignore Maven files.

This commit is contained in:
Nekojimi 2021-10-01 13:07:34 +01:00
parent 5c814b4cd3
commit 6d1e3b78a3
1 changed files with 13 additions and 0 deletions

13
.gitignore vendored
View File

@ -32,6 +32,19 @@ hs_err_pid*
# Syncthing being weird
.syncthing.*
# ---> 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
# Netbeans
**/nbproject/private/
**/nbproject/Makefile-*.mk