{{#has buildType 'maven'}}
/target
/.m2
{{/has}}

{{#has buildType 'gradle'}}
/.gradle
/build
{{/has}}

/.classpath
/.project
/.settings

/caches
/local.properties
.*.swp
.DS_Store
{{#has frameworkType 'liberty'}}
/src/main/liberty/config/server.env
{{/has}}
{{#has frameworkType 'spring'}}
/src/main/resources/application-local.properties
{{/has}}