Files
eng-pad-server/.gitignore
Kyle Isom a9e6ca022e Add structured logging with log/slog
Replace fmt.Printf logging calls with slog.Info/slog.Error for structured
JSON output to stderr. Add internal/log package to initialize the default
slog handler from the config log level. Fix .gitignore to only ignore the
binary at the repo root, not the cmd/eng-pad-server directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:52:22 -07:00

8 lines
61 B
Plaintext

/eng-pad-server
/srv/
*.db
*.db-wal
*.db-shm
.idea/
.vscode/