Files
HostKeeper/.gitignore
2026-06-23 17:15:46 +07:00

43 lines
375 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go coverage
*.out
coverage.html
# Dependency directories
vendor/
# Go workspace
go.work
go.work.sum
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Environment files
.env
.env.local
# Config files (local testing)
*.local.json
# Build output
dist/hostkeeper