chore: add GitHub Actions release workflow, MIT license, and update gitignore
Some checks failed
Release / Build & Release (push) Has been cancelled
Some checks failed
Release / Build & Release (push) Has been cancelled
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user