Go to file
Matthew Knight 8d2c7bb8b6
Fix .gitignore excluding cmd/cairn-server and cmd/cairn directories
The bare patterns "cairn-server" and "cairn" matched the directories
under cmd/, preventing them from being tracked. Anchor the patterns
to the repo root with a leading "/" so they only ignore the compiled
binaries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:04:40 -08:00
cmd Fix .gitignore excluding cmd/cairn-server and cmd/cairn directories 2026-03-02 15:04:40 -08:00
internal Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00
web Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00
.gitignore Fix .gitignore excluding cmd/cairn-server and cmd/cairn directories 2026-03-02 15:04:40 -08:00
Dockerfile Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00
docker-compose.yml Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00
go.mod Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00
go.sum Initial commit: crash artifact aggregator and regression detection system 2026-03-02 13:39:10 -08:00