A Node CLI to add .gitignore
files for any of your new projects
The list of available gitignore files by Github
npm install gitignre -g
To list out all of the available types:
gitignre
To create a .gitignore
for node project:
gitignre node
That's it.