xframe/vendor/github.com/hibiken/asynqmon/.gitignore

38 lines
470 B
Plaintext
Raw Normal View History

2024-10-12 12:55:20 +08:00
# macOS
**/.DS_Store
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# tar file.
*.tar.gz
# Prevent accidental node_modules installed at root.
node_modules/
package.json
yarn.lock
package-json.lock
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# binaries
/cmd/asynqmon/asynqmon
/asynqmon
/api
dist/
# Editor configs
.idea/
.vscode/
.editorconfig
# examples
examples/