2019-11-14 21: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-05 17:14:35 -08:00
|
|
|
/examples
|
|
|
|
|
2021-12-16 06:01:01 -08:00
|
|
|
# Ignore tool binaries
|
2020-04-12 16:49:49 -07:00
|
|
|
/tools/asynq/asynq
|
2021-12-16 06:01:01 -08:00
|
|
|
/tools/metrics_exporter/metrics_exporter
|
2020-01-19 08:40:51 -08:00
|
|
|
|
2020-04-12 16:49:49 -07:00
|
|
|
# Ignore asynq config file
|
2021-03-12 16:23:08 -08:00
|
|
|
.asynq.*
|
|
|
|
|
|
|
|
# Ignore editor config files
|
2021-11-04 04:25:23 +05:30
|
|
|
.vscode
|
2021-12-16 06:01:01 -08:00
|
|
|
.idea
|