Ecosyste.ms: Awesome

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

https://github.com/sabhiram/go-gitignore

A gitignore parser for go
https://github.com/sabhiram/go-gitignore

Last synced: 3 months ago
JSON representation

A gitignore parser for go

Lists

README

        

# 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`.