Skip to content

Instantly share code, notes, and snippets.

@cl4rk3
Created January 21, 2010 20:06
Show Gist options
  • Save cl4rk3/283146 to your computer and use it in GitHub Desktop.
Save cl4rk3/283146 to your computer and use it in GitHub Desktop.
pluginIncludes = [
metadataFile.name,
"*GrailsPlugin.groovy",
"plugin.xml",
"LICENSE",
"LICENSE.txt",
"dependencies.groovy",
"grails-app/**",
"lib/**",
"scripts/**",
"web-app/**",
"src/**",
"docs/api/**",
"docs/gapi/**"
]
pluginExcludes = [
"web-app/WEB-INF/**",
"web-app/plugins/**",
"grails-app/conf/spring/resources.groovy",
"grails-app/conf/*DataSource.groovy",
"grails-app/conf/BootStrap.groovy",
"grails-app/conf/Config.groovy",
"grails-app/conf/BuildConfig.groovy",
"grails-app/conf/UrlMappings.groovy",
"**/.svn/**",
"test/**",
"**/CVS/**"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment