29 lines
330 B
Plaintext
29 lines
330 B
Plaintext
|
#
|
||
|
# 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
|
||
|
*.log
|
||
|
|
||
|
#
|
||
|
# IntelliJ
|
||
|
#
|
||
|
*.iml
|
||
|
.idea/*
|
||
|
!.idea/runConfigurations/
|
||
|
|
||
|
#
|
||
|
# Visual Studio Code
|
||
|
#
|
||
|
.settings/
|
||
|
.classpath
|
||
|
.project
|
||
|
.vscode/
|