2021-05-01 00:51:28 +03:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2021-04-26 16:51:53 +03:00
|
|
|
|
2021-05-01 00:51:28 +03:00
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
2021-04-26 16:51:53 +03:00
|
|
|
|
2021-05-01 00:51:28 +03:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2021-04-26 16:51:53 +03:00
|
|
|
|
2021-05-01 00:51:28 +03:00
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-04-26 16:51:53 +03:00
|
|
|
|
2021-05-01 00:51:28 +03:00
|
|
|
# IDE directories
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
2021-04-26 16:51:53 +03:00
|
|
|
|
2021-05-01 00:51:28 +03:00
|
|
|
# binary output
|
2021-05-11 00:28:14 +03:00
|
|
|
bin/
|
2021-05-05 03:06:06 +03:00
|
|
|
hack/tools/bin/
|
2021-06-04 19:18:47 +03:00
|
|
|
obj/
|
2021-06-26 03:33:41 +03:00
|
|
|
sa.key
|
|
|
|
sa.pub
|
2021-07-12 22:56:02 +03:00
|
|
|
|
|
|
|
# book
|
|
|
|
docs/book/book/
|
2021-07-17 00:36:59 +03:00
|
|
|
|
|
|
|
# logs
|
|
|
|
_artifacts/
|