generate gitignore files for almost all languages
bash -c "$(curl -fsSL https://raw.githubusercontent.com/prdpx7/GiG/master/install.sh)"
$ gig --help
Usage: [-a] [-d] [-e] [-g] [-h] [-l LANG] [-v] [-u]
Optional Arguments:
-a, --all : display available gitignore template list
-d, --delete : delete default gitignore template for given -l LANG
-e, --edit : Edit the default gitignore template for given -l LANG
-g, --generate : generate new gitignore template or append if already exist for given -l LANG
-h, --help : show this help message and exit
-l LANG, --lang LANG : Specify language(full name not just extension) to generate their respective gitignore template
-v, --view : view gitignore template for given -l LANG in less mode
-u, --update : update the script(i.e fetch recent commit)
$ gig -l python -e #edit the default python gitignore template
$ gig -l node -v #view default node gitignore template
$ gig -l c++ -g #generate c++ gitignore template in present directory(append content if already exist)
$ gig --all
actionscript.gitignore
ada.gitignore
android.gitignore
...
...