zot-wo-auth/.gitignore

23 lines
280 B
Plaintext
Raw Normal View History

2019-06-22 00:40:59 +03:00
# 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
2019-06-21 02:36:40 +03:00
bin/
bazel-*
coverage*.txt
test/data/
*.orig
.idea/
coverage.html
tags
2020-06-10 00:18:30 +03:00
vendor/
.vscode/