diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 00:47:47 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 00:47:47 +0200 |
| commit | c6cc0108ca7738023b45e0eeac0fa2390532dd93 (patch) | |
| tree | 36890e6cd3091bbab8efbe686cc56f467f645bfd /vendor/github.com/mangoumbrella/goldmark-figure/.gitignore | |
| parent | 0130404a1dc663d4aa68d780c9bcb23a4243e68d (diff) | |
| download | jbmafp-c6cc0108ca7738023b45e0eeac0fa2390532dd93.tar.gz | |
Diffstat (limited to 'vendor/github.com/mangoumbrella/goldmark-figure/.gitignore')
| -rw-r--r-- | vendor/github.com/mangoumbrella/goldmark-figure/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/mangoumbrella/goldmark-figure/.gitignore b/vendor/github.com/mangoumbrella/goldmark-figure/.gitignore new file mode 100644 index 0000000..3b735ec --- /dev/null +++ b/vendor/github.com/mangoumbrella/goldmark-figure/.gitignore | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # If you prefer the allow list template instead of the deny list, see community template: | ||
| 2 | # https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore | ||
| 3 | # | ||
| 4 | # Binaries for programs and plugins | ||
| 5 | *.exe | ||
| 6 | *.exe~ | ||
| 7 | *.dll | ||
| 8 | *.so | ||
| 9 | *.dylib | ||
| 10 | |||
| 11 | # Test binary, built with `go test -c` | ||
| 12 | *.test | ||
| 13 | |||
| 14 | # Output of the go coverage tool, specifically when used with LiteIDE | ||
| 15 | *.out | ||
| 16 | |||
| 17 | # Dependency directories (remove the comment below to include it) | ||
| 18 | # vendor/ | ||
| 19 | |||
| 20 | # Go workspace file | ||
| 21 | go.work | ||
