Project

hubignore

0.0
No commit activity in last 3 years
No release in over 3 years
Download and manage git ignores from github/gitignore.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

hubignore

Download and manage git ignores from github/gitignore.

GitHub has a great collection of .gitignores in github/gitignore. This tool is to help using these gitignores within your own .gitignore.

INSTALL

$ gem install hubignore

USE

Put this to your .gitignore:

## HubIgnore Begin: Ruby, C++
## HubIgnore End.  
$ hubignore

Then .gitignore will be:

## HubIgnore Begin: Ruby, C++
## Ruby Begins:
#{The content of https://raw.githubusercontent.com/github/gitignore/master/Ruby.gitignore Here}
## C++ Begins:
#{The content of https://raw.githubusercontent.com/github/gitignore/master/C++.gitignore Here}
## HubIgnore End.