summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-faker/faker/v4/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-faker/faker/v4/.gitignore')
-rw-r--r--vendor/github.com/go-faker/faker/v4/.gitignore23
1 files changed, 23 insertions, 0 deletions
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