2019-06-21 16:40:59 -05: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 18:36:40 -05:00
|
|
|
|
2023-02-10 17:52:54 -05:00
|
|
|
# Output of the UI build
|
|
|
|
pkg/extensions/build/
|
|
|
|
|
2022-08-19 12:59:41 -05:00
|
|
|
# Tooling used for blackbox testing
|
|
|
|
hack/
|
2023-01-10 23:56:54 -05:00
|
|
|
.stacker/
|
|
|
|
oci/
|
2023-10-30 15:06:04 -05:00
|
|
|
!pkg/meta/proto/oci
|
2023-01-10 23:56:54 -05:00
|
|
|
roots/
|
2019-06-20 18:36:40 -05:00
|
|
|
bin/
|
|
|
|
bazel-*
|
2021-12-28 08:29:30 -05:00
|
|
|
coverage*.txt
|
2019-12-13 17:22:56 -05:00
|
|
|
test/data/
|
|
|
|
*.orig
|
2020-01-24 16:32:38 -05:00
|
|
|
.idea/
|
|
|
|
coverage.html
|
|
|
|
tags
|
2020-06-09 16:18:30 -05:00
|
|
|
vendor/
|
2022-04-27 01:00:20 -05:00
|
|
|
.vscode/
|
2023-08-02 13:58:34 -05:00
|
|
|
examples/config-sync-localhost.json
|
|
|
|
node_modules
|