# go-gitignore **Repository Path**: mirrors_chromium_googlesource/go-gitignore ## Basic Information - **Project Name**: go-gitignore - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`.