gitignore
is a convenient tool to get gitignore file for your project.
It uses gitignore templates from https://github.com/github/gitignore.
On your terminal:
gitignore <programming language or technology>
Sample:
gitignore node
gitignore android
npm install -g gitignore-command
Clone the repository
git clone https://github.com/ronaldstevanus/gitignore-cli.git
Navigate to the repository directory
cd gitignore-cli
Install
npm install
Make it executable from anywhere
npm link