spring-boot/.gitignore
Dave Syer 53078c320e [bs-118], [bs-119]: add UI builder features
* MessageSource created automatically (location
spring.messages.basename:messages)
* Thymeleaf configured automatically to look for
templates in classpath:/templates
* Added static resource handlers for classpath:/static
and classpath:/

[Fixes #49832165] [bs-118] Support for thymeleaf templates
2013-05-15 15:58:18 +01:00

14 lines
91 B
Plaintext

.gradle
*.sw?
.#*
*#
*~
/build
.classpath
.project
.settings
bin
build
target
.springBeans