Exclude directories in clean task

Hey,

you can configure the clean task with an exclude pattern:

clean {
    excludes '**/appFolder/**'
}
2 Likes