zhevron / gulp-deploy-git

Deploy Gulp builds automatically to a Git repository.
https://www.npmjs.org/package/gulp-deploy-git
MIT License
26 stars 6 forks source link

Added 'ignoreRemoval' option. #11

Open mikky-cecil opened 6 years ago

mikky-cecil commented 6 years ago

Hey, I was using gulp-deploy-git in one of my projects and needed to use git add's --ignore-removal option for the deployment process. I figured I'd submit the code I wrote in case anyone else wanted to use this option.