Yeoman generator that creates or adds gitignore templates to a .gitignore file.
###Getting Started
> npm install -g generator-gi
###Commands
List all the gitignore templates hosted by gitignore.io.
> yo gi:list
Create or add gitignore templates to a .gitignore file.
> yo gi node vim intellij
Thanks to gitignore.io for hosting such an awesome service and thanks to yeoman for making such an awesome tool.