Files
zwift-activity-loader/.dockerignore
Thomas Klaehn c54fa58c35 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2026-02-10 11:47:49 +01:00

50 lines
388 B
Plaintext

# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Data directories
data/
/data
# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
zwift-monitor
# Test files
*_test.go
testdata/
# IDE
.idea
.vscode
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
*.md
# Config files (will be mounted)
config.yaml
.env
# Logs
*.log
# State files
*.json