Yet another .gitignore magician in your command line.
Generate .gitignore for certain language, e.g. Lua:
$ gy generate lua
Multiple languages, e.g. Python, Java, Lisp:
$ gy generate python java lisp
To update archive folder, simply run:
$ gy update
List all supported languages:
$ gy ls
You can install "gy" via pip from PyPI:
$ pip install gy
$ gy --help Usage: gy [OPTIONS] COMMAND [ARGS]... Yet another .gitignore magician in your command line. Options: --help Show this message and exit. Commands: generate generate .gitignore file ls list all supported languages update update archive folder