File: README.md

package info (click to toggle)
golang-github-sabhiram-go-gitignore 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`.