Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 647 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 647 Bytes

gitignore

A bash script to create gitignore files using gitignore.io.

Installation

Run the command:

$ sudo curl https://raw.githubusercontent.com/aviskarkc10/gitignore/master/install.sh | bash

Usage

You can generate a .gitignore file by running:

$  gitignore <environments>

Example

  • for python:
    $ gitignore python
  • for macos, pycharm and python
    $ gitignore macos python pycharm
  • for pycharm
    $ gitignore pycharm

For additional help you can run:

$ gitignore -h or gitignore --help

License

MIT