A bash script to create gitignore files using gitignore.io.
Run the command:
$ sudo curl https://raw.githubusercontent.com/aviskarkc10/gitignore/master/install.sh | bashYou can generate a .gitignore file by running:
$ gitignore <environments>Example
- for
python:
$ gitignore python- for
macos,pycharmandpython
$ gitignore macos python pycharm- for
pycharm
$ gitignore pycharmFor additional help you can run:
$ gitignore -h or gitignore --help