diff options
Diffstat (limited to 'internal/go-git-gitignore/README.md')
-rw-r--r-- | internal/go-git-gitignore/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/go-git-gitignore/README.md b/internal/go-git-gitignore/README.md new file mode 100644 index 0000000..fff42bf --- /dev/null +++ b/internal/go-git-gitignore/README.md @@ -0,0 +1,9 @@ +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 +``` |