Mkgitignore
Create gitignores from Github's templates from the command line.
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request