2021-10-22 20:22:51 +03:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-10-27 03:37:22 +03:00
|
|
|
|
|
|
|
# IDE custom files
|
|
|
|
.vscode
|
2021-11-11 00:45:59 +03:00
|
|
|
.idea
|
2021-10-27 03:37:22 +03:00
|
|
|
|
|
|
|
# binary output
|
|
|
|
bin/
|
|
|
|
hack/tools/bin/
|
2021-11-18 00:35:45 +03:00
|
|
|
|
|
|
|
# used for the code generators only
|
|
|
|
vendor/
|
2021-11-18 01:28:18 +03:00
|
|
|
etcd-*/
|
|
|
|
etcd
|