Files
fastestmirror/.gitignore
2025-09-13 02:47:20 +03:00

55 lines
666 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
fastestmirror
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.html
# Go workspace file
go.work
# Dependency directories (remove the comment below to include it)
# vendor/
# Build and distribution directories
dist/
build/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
# Configuration files (if containing sensitive data)
config/local.yaml
.env
# Backup files
*.bak
*.backup