towerops-agent/.gitignore
Graham McIntire 321c701fd7
fix: avoid copying sync.Once in host key tests
sync.Once contains sync.noCopy and cannot be assigned by value.
Reset with a fresh sync.Once{} in defer instead of save/restore.
Also gitignore known_hosts.json runtime data.
2026-03-04 13:32:53 -06:00

37 lines
280 B
Text

# Go
towerops-agent
*.test
cover.out
cover.html
# Runtime data
known_hosts.json
# Database files
*.db
*.db-shm
*.db-wal
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Docker
data/
# OS
.DS_Store
Thumbs.db
# Nix
.direnv/
result
# Local scripts
monitor-deploy.sh
# Claude
CLAUDE.md