/gitignore.io.sh

A simple gitignore.io shell wrapper

Primary LanguageShellGNU General Public License v2.0GPL-2.0

gitignore.io.sh

gitignore.io is a web service designed to help you create .gitignore files for your Git repositories, gitignore.io.sh is a simple gitignore.io shell wrapper.

Usage

./gitignore.io.sh [list|template,...]

  list : displays a list of all of the currently support gitignore.io templates
  
  e.g. ./gitignore.io.sh c++,linux > .gitignore

About