From 6960aecc25400320adee1b8802a86839326e15b6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 5 Feb 2026 00:37:32 +0100 Subject: Engage! --- vendor/github.com/go-faker/faker/v4/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vendor/github.com/go-faker/faker/v4/.gitignore (limited to 'vendor/github.com/go-faker/faker/v4/.gitignore') diff --git a/vendor/github.com/go-faker/faker/v4/.gitignore b/vendor/github.com/go-faker/faker/v4/.gitignore new file mode 100644 index 0000000..b36ea1d --- /dev/null +++ b/vendor/github.com/go-faker/faker/v4/.gitignore @@ -0,0 +1,23 @@ +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out +cover.html +.vscode/ + +# generated file for Jetbrains Goland IDE +.idea + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ +faker +vendor/ +coverage.txt +bin/ \ No newline at end of file -- cgit v1.2.3