hdmistat/.gitignore
2025-07-24 14:32:50 +02:00

40 lines
363 B
Plaintext

# Binaries
/hdmistat
*.exe
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace files
go.work
go.work.sum
# Dependency directories
vendor/
# vms
*.qcow2
*cloudimg-*.img
cloud-init.iso
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Build artifacts
dist/
build/