2021-06-09 22:36:28 +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-15 18:13:49 +12:00
|
|
|
|
|
|
|
*.jar
|