Skip to content

Commit

Permalink
add more default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 21, 2014
1 parent 32fbed4 commit 40cb575
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ class ResourceProcessor implements InitializingBean {
]

static DEFAULT_ADHOC_EXCLUDES = [
'**/WEB-INF/**', '**/META-INF/**'
'**/WEB-INF/**', '**/META-INF/**', '**/*.class', '**/*.jar', '**/*.properties', '**/*.groovy', '**/*.gsp', '**/*.java'
]

static DEFAULT_MODULE_SETTINGS = [
Expand Down

0 comments on commit 40cb575

Please sign in to comment.