Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jiegec/hubignore

Download and manage git ignores from github/gitignore.
https://github.com/jiegec/hubignore

Last synced: about 1 month ago
JSON representation

Download and manage git ignores from github/gitignore.

Awesome Lists containing this 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.
```