Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jiegec/hubignore
- Owner: jiegec
- License: mit
- Created: 2015-10-17T06:02:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T10:32:32.000Z (over 7 years ago)
- Last Synced: 2024-04-25T15:01:53.866Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 hubignoreUSE
---
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.
```