act/vendor/github.com/sabhiram/go-gitignore
Jesse Newland 3198627879 --watch
2019-02-09 20:39:09 -06:00
..
.gitignore --watch 2019-02-09 20:39:09 -06:00
.travis.yml --watch 2019-02-09 20:39:09 -06:00
ignore.go --watch 2019-02-09 20:39:09 -06:00
LICENSE --watch 2019-02-09 20:39:09 -06:00
README.md --watch 2019-02-09 20:39:09 -06:00
version_gen.go --watch 2019-02-09 20:39:09 -06:00

go-gitignore

Build Status Coverage Status

A gitignore parser for Go

Install

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.