Files
zwift-activity-loader/.gitignore
Thomas Klaehn f496eebe2a Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2026-02-10 13:27:42 +01:00

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