2019-06-21 14:40:59 -07: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-20 16:36:40 -07:00
|
|
|
|
2022-08-19 17:59:41 +00:00
|
|
|
# Tooling used for blackbox testing
|
|
|
|
hack/
|
|
|
|
|
2019-06-20 16:36:40 -07:00
|
|
|
bin/
|
|
|
|
bazel-*
|
2021-12-28 15:29:30 +02:00
|
|
|
coverage*.txt
|
2019-12-13 14:22:56 -08:00
|
|
|
test/data/
|
|
|
|
*.orig
|
2020-01-24 15:32:38 -06:00
|
|
|
.idea/
|
|
|
|
coverage.html
|
|
|
|
tags
|
2020-06-09 17:18:30 -04:00
|
|
|
vendor/
|
2022-04-27 09:00:20 +03:00
|
|
|
.vscode/
|
|
|
|
examples/config-sync-localhost.json
|