rubenv / grunt-git

Git commands for grunt.
MIT License
227 stars 83 forks source link

support of multiple gitclean "exclude" values #136

Closed arcady-zherdev closed 5 years ago

arcady-zherdev commented 5 years ago

added support of multiple patterns in git-clean "exclude" option: git clean -e pattern1 -e pattern2

rubenv commented 5 years ago

This is great, thanks! Travis failures were due to the ancient node versions we were testing (removed those).

rubenv commented 5 years ago

Published to NPM as v1.0.10.

arcady-zherdev commented 5 years ago

Cool! That was fast :+1: