/gitignore

sh script which helps with downloading gitignore files from the web.

Primary LanguageShell

gitignore scriptsize stars

sh script which helps with downloading gitignore files from the web.

Installing

There are two ways of installing script.

  • Somewhere in the web there're deb package and pkgbuild file. But I do not know where they are, I suppose you to know how to install it with your package manager manually.

  • Download script and use it from terminal.

Example

To download C.gitignore from this repository on GitHub.

$ gitignore C

Also you can provide different options. See help for them.

$ gitignore -h
# or
$ gitignore --help