blob: fbbb3761dc082bf8e1c33cdbba22f7a6d6b8d188 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | # go-git-ignore
[](https://travis-ci.org/sabhiram/go-git-ignore) [](https://coveralls.io/r/sabhiram/go-git-ignore?branch=master)
A gitignore parser for `Go`
## Install
```shell
go get github.com/sabhiram/go-git-ignore
```
## Usage
```shell
TODO
```
 |