This is working: ``` doFirst { ...
# kvision
r
This is working:
Copy code
doFirst {
                delete(fileTree(mapOf("dir" to "www", "exclude" to ".gitkeep")))
            }
I have no idea what's the difference 😉 Are there any resources about this?