From 71a5b72aff5159f3066ff100e1510d935ebdff85 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 18 Jul 2020 22:08:25 +0800 Subject: Add Nextcloud Talk support (#1167) Signed-off-by: Gary Kim --- vendor/github.com/monaco-io/request/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vendor/github.com/monaco-io/request/.gitignore (limited to 'vendor/github.com/monaco-io/request/.gitignore') diff --git a/vendor/github.com/monaco-io/request/.gitignore b/vendor/github.com/monaco-io/request/.gitignore new file mode 100644 index 00000000..da62cf0f --- /dev/null +++ b/vendor/github.com/monaco-io/request/.gitignore @@ -0,0 +1,20 @@ +# 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 + +# Dependency directories (remove the comment below to include it) +# vendor/ + +.idea +.vscode + +coverage.txt \ No newline at end of file -- cgit v1.2.3