Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 755 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 755 Bytes

Mkgitignore

Create gitignores from Github's templates from the command line.

Dependency Status

Installation

[sudo] gem install mkgitignore

Usage

Run mkgitignore from the command line to see the different commands

EX: mkgitignore build osx objective-c combines the OSX and Objective-C templates into a the .gitignore in the current directory

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request