Files
smart-shutdown/.gitignore
UnbalancedCat 4e2aba5560
Some checks failed
Release / Build & Release (push) Has been cancelled
fix(ci): restrict gitignore to root binary files to avoid ignoring source subdirectories
2026-03-24 16:19:08 +08:00

28 lines
357 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-shutdown
/smart-shutdown.exe
# Output of the go coverage tool
*.out
# IDE configs
.idea/
.vscode/
# Local logs or configuration testing directories
logs/
*.log
config.json