aboutsummaryrefslogtreecommitdiff
path: root/internal/go-git-gitignore/README.md
blob: 92357a225a866ebb114874bc0de30e6ffc527d5a (plain)
1
2
3
4
5
6
7
8
9
10
Imported from
https://github.com/go-git/go-git - A highly extensible Git implementation in pure Go.
using the commands below:

```
curl --remote-name-all https://raw.githubusercontent.com/go-git/go-git/refs/heads/main/LICENSE \
 https://raw.githubusercontent.com/go-git/go-git/refs/heads/main/plumbing/format/gitignore/matcher.go \
 https://raw.githubusercontent.com/go-git/go-git/refs/heads/main/plumbing/format/gitignore/pattern.go \
 https://raw.githubusercontent.com/go-git/go-git/refs/heads/main/plumbing/format/gitignore/pattern_test.go
```