aboutsummaryrefslogtreecommitdiff
path: root/internal/go-git-gitignore/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'internal/go-git-gitignore/README.md')
-rw-r--r--internal/go-git-gitignore/README.md9
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
+```