git-ignore

List, fetch and generate .gitignore templates from command line

brewmacoslinux
Try with needOr install directly
Source

About

List, fetch and generate .gitignore templates

Commands

gi

Examples

List all available gitignore templates$ gi list
Generate a .gitignore for Python and VSCode projects$ gi python,vscode > .gitignore
Display gitignore template for Node.js without saving$ gi node