32 lines
394 B
Plaintext
Raw Normal View History

2021-06-11 11:36:38 +12:00
#
# Standard 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
#
# IntelliJ
#
*.iml
.idea/*
!.idea/runConfigurations/
#
# Visual Studio Code
#
.settings/
.classpath
.factorypath
.project
.vscode/
2021-06-11 14:42:19 +12:00
# Ignore logs, these came from an error in the VM
*.log