Files
smart-shutdown/.gitignore
UnbalancedCat 3525a59976
Some checks failed
Release / Build & Release (push) Has been cancelled
chore: add GitHub Actions release workflow, MIT license, and update gitignore
2026-03-24 14:51:42 +08:00

28 lines
353 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output directory for cross-platform builds
/bin/
/build/
smart-monitor
smart-monitor.exe
# Output of the go coverage tool
*.out
# IDE configs
.idea/
.vscode/
# Local logs or configuration testing directories
logs/
*.log
config.json