2022-01-04 06:44:00 +08:00
|
|
|
vendor
|
2019-11-15 13:07:19 +08: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
|
|
|
|
|
|
|
|
# Ignore examples for now
|
2019-12-06 09:14:35 +08:00
|
|
|
/examples
|
|
|
|
|
2021-12-16 22:01:01 +08:00
|
|
|
# Ignore tool binaries
|
2020-04-13 07:49:49 +08:00
|
|
|
/tools/asynq/asynq
|
2021-12-16 22:01:01 +08:00
|
|
|
/tools/metrics_exporter/metrics_exporter
|
2020-01-20 00:40:51 +08:00
|
|
|
|
2020-04-13 07:49:49 +08:00
|
|
|
# Ignore asynq config file
|
2021-03-13 08:23:08 +08:00
|
|
|
.asynq.*
|
|
|
|
|
|
|
|
# Ignore editor config files
|
2021-11-04 06:55:23 +08:00
|
|
|
.vscode
|
2021-12-16 22:01:01 +08:00
|
|
|
.idea
|