50 lines
436 B
Plaintext
50 lines
436 B
Plaintext
# Binaries
|
|
zwift-monitor
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Data directories
|
|
data/
|
|
/data
|
|
|
|
# Config files with credentials
|
|
config.yaml
|
|
.env
|
|
|
|
# State files
|
|
*.json
|
|
!go.mod
|
|
!go.sum
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Token cache
|
|
.zwift-token.json
|