GP-0: Provide example exclusion rule in Skeleton's buildTemplate.gradle

(Closes #4539)
This commit is contained in:
Ryan Kurtz 2022-08-22 05:04:11 -04:00
parent dbce5e197b
commit 92b15fed6e

View File

@ -58,3 +58,6 @@ dependencies {
// Any external dependencies added here will automatically be copied to the lib/ directory when
// this extension is built.
}
// Exclude additional files from the built extension
// Ex: buildExtension.exclude '.idea/**'