Files
go-worm/.gitignore
T
kato 36cb847f9e feat(agent): add crash logs and watchdog startup
- Recover panics to disk for diagnostics
- Add 5-minute watchdog task with startup
- Add -ensure flag to start detached agent
- Add script to pull remote folder via API
2026-09-01 20:04:20 +03:00

38 lines
316 B
Plaintext

# Build output
/win64_mp.exe
*.exe
*.exe~
*.dll
*.so
*.dylib
# Tests and coverage
*.test
*.out
coverage.out
coverage.html
# Go workspace
go.work
go.work.sum
# Vendor (this repo uses modules)
/vendor/
# Environment
.env
.env.*
# OS
.DS_Store
Thumbs.db
desktop.ini
# Editors
.idea/
.vscode/
*.swp
*.swo
*~
pulls