The command-line tool allows getting an appropriate .gitignore file from github's gitignore repo.
Update available templates
gnore update
List available templates
gnore list
Add .gitignore file to the destination directory by the specific template name. If .gitignore exists, gnore will add specified template to the end of .gitignore file.
gnore get <template> <dest>
Examples
gnore get python .
gnore get vue ./some-project-folder
MIT