From c6cc0108ca7738023b45e0eeac0fa2390532dd93 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Oct 2024 00:47:47 +0200 Subject: Added vendor lock on deps --- vendor/github.com/microcosm-cc/bluemonday/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vendor/github.com/microcosm-cc/bluemonday/.gitignore (limited to 'vendor/github.com/microcosm-cc/bluemonday/.gitignore') diff --git a/vendor/github.com/microcosm-cc/bluemonday/.gitignore b/vendor/github.com/microcosm-cc/bluemonday/.gitignore new file mode 100644 index 0000000..c3df40e --- /dev/null +++ b/vendor/github.com/microcosm-cc/bluemonday/.gitignore @@ -0,0 +1,15 @@ + # Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# goland idea folder +*.idea \ No newline at end of file -- cgit v1.2.3