This commit is contained in:
Jesse Newland
2019-02-09 20:39:09 -06:00
parent de62a2eece
commit 3198627879
19 changed files with 1077 additions and 19 deletions

15
vendor/github.com/sabhiram/go-gitignore/README.md generated vendored Normal file
View File

@@ -0,0 +1,15 @@
# go-gitignore
[![Build Status](https://travis-ci.org/sabhiram/go-gitignore.svg)](https://travis-ci.org/sabhiram/go-gitignore) [![Coverage Status](https://coveralls.io/repos/github/sabhiram/go-gitignore/badge.svg?branch=master)](https://coveralls.io/github/sabhiram/go-gitignore?branch=master)
A gitignore parser for `Go`
## Install
```shell
go get github.com/sabhiram/go-gitignore
```
## Usage
For a quick sample of how to use this library, check out the tests under `ignore_test.go`.