Update .gitignore

This commit is contained in:
Andrea Cavalli 2020-06-12 18:36:16 +02:00
parent 021c3bf7e1
commit d77e85ec50
1 changed files with 16 additions and 3 deletions

19
.gitignore vendored
View File

@ -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