Files

27 lines
191 B
Plaintext
Raw Permalink Normal View History

2026-02-22 23:47:58 +03:00
# Binaries
speedtest-server
*.exe
# Go
*.o
*.a
vendor/
# Git
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
# Keep only what's needed
Dockerfile*
docker-compose*
*.md