-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: git-plugin
Hi,
We want to use cleanBeforeCheckout() options but we want to exclude node_modules from cleaning. [Git clean](https://git-scm.com/docs/git-clean) has -e option which we want to use in this case.
So do you think it would be a good idea to pass extra arguments to cleanBeforeCheckout:
cleanBeforeCheckout("-e node_modules")