Move stream-applications-build to top level release-train folder Add build folder to .gitignore
30 lines
324 B
Plaintext
30 lines
324 B
Plaintext
apps/
|
|
/application.yml
|
|
/application.properties
|
|
asciidoctor.css
|
|
*~
|
|
.#*
|
|
*#
|
|
target/
|
|
#release-train/
|
|
build
|
|
bin/
|
|
_site/
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.DS_Store
|
|
*.sw*
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
.factorypath
|
|
spring-xd-samples/*/xd
|
|
dump.rdb
|
|
coverage-error.log
|
|
.apt_generated
|
|
aws.credentials.properties
|
|
.flattened-pom.xml
|