diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 00:37:32 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-05 00:37:32 +0100 |
| commit | 6960aecc25400320adee1b8802a86839326e15b6 (patch) | |
| tree | 334f7ca9491080a5e6f9a9747da77281c4958ba2 /vendor/github.com/go-faker/faker/v4/.gitignore | |
| download | hepi-6960aecc25400320adee1b8802a86839326e15b6.tar.gz | |
Engage!
Diffstat (limited to 'vendor/github.com/go-faker/faker/v4/.gitignore')
| -rw-r--r-- | vendor/github.com/go-faker/faker/v4/.gitignore | 23 |
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 |
