asynqmon/.gitignore

37 lines
445 B
Plaintext
Raw Permalink Normal View History

# macOS
**/.DS_Store
2020-11-24 06: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 06:26:35 -08:00
# tar file.
*.tar.gz
2021-01-31 10:49:33 -08:00
# Prevent accidental node_modules installed at root.
node_modules/
2021-03-01 15:47:05 -08:00
package.json
yarn.lock
package-json.lock
2021-01-31 10:49:33 -08:00
2020-11-24 06:54:00 -08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-11-06 15:23:10 -07:00
# binaries
2020-11-24 06:54:00 -08:00
asynqmon
2021-11-06 15:23:10 -07:00
api
2021-03-01 15:47:05 -08:00
dist/
2021-04-05 21:42:15 -07:00
# Editor configs
.idea/
2021-04-05 21:42:15 -07:00
.vscode/
.editorconfig
# examples
examples/