Also strips out repositories and profiles and other stuff that users don't need in their dependency management. And adds the license and project metadata automatically.
27 lines
274 B
Plaintext
27 lines
274 B
Plaintext
/application.yml
|
|
/application.properties
|
|
asciidoctor.css
|
|
*~
|
|
.#*
|
|
*#
|
|
target/
|
|
build/
|
|
bin/
|
|
.m2/
|
|
.gradle/
|
|
_site/
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.springBeans
|
|
.DS_Store
|
|
*.sw*
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
.factorypath
|
|
coverage-error.log
|
|
.apt_generated
|
|
credentials.yml
|
|
.flattened-pom.xml |