chore: add GitHub Actions release workflow, MIT license, and update gitignore
Some checks failed
Release / Build & Release (push) Has been cancelled

This commit is contained in:
2026-03-24 14:51:42 +08:00
parent f288be2a63
commit 3525a59976
4 changed files with 101 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# 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