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