go-mockid/.gitignore

27 lines
295 B
Plaintext
Raw Permalink Normal View History

2020-04-10 19:29:01 +00:00
/public-jwks
2019-08-01 06:21:32 +00:00
/go-mockid
2020-09-16 22:31:50 +00:00
# ---> Security
.env
# ---> Vim
.*.sw*
# ---> Node
node_modules
2019-08-01 06:14:31 +00:00
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out