2021-04-06 07:35:15 +08:00
|
|
|
# macOS
|
|
|
|
**/.DS_Store
|
|
|
|
|
2020-11-24 22:54:00 +08:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
2021-01-31 22:26:35 +08:00
|
|
|
# tar file.
|
|
|
|
*.tar.gz
|
|
|
|
|
2021-02-01 02:49:33 +08:00
|
|
|
# Prevent accidental node_modules installed at root.
|
|
|
|
node_modules/
|
2021-03-02 07:47:05 +08:00
|
|
|
package.json
|
|
|
|
yarn.lock
|
|
|
|
package-json.lock
|
2021-02-01 02:49:33 +08:00
|
|
|
|
2020-11-24 22:54:00 +08:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# main binary
|
|
|
|
asynqmon
|
2021-03-02 07:47:05 +08:00
|
|
|
dist/
|
2021-04-06 12:42:15 +08:00
|
|
|
|
|
|
|
# Editor configs
|
2021-09-18 20:25:59 +08:00
|
|
|
.idea/
|
2021-04-06 12:42:15 +08:00
|
|
|
.vscode/
|
2021-04-10 07:28:01 +08:00
|
|
|
.editorconfig
|
2021-10-10 21:33:38 +08:00
|
|
|
|
|
|
|
# examples
|
|
|
|
examples/
|