chore: ignore sqlite WAL sidecars and stray vhs build binaries
CI / test (pull_request) Successful in 2m38s
CI / lint (pull_request) Successful in 1m12s
CI / vulncheck (pull_request) Successful in 56s

uptop.db* now covers the -shm/-wal sidecars; /backfill and /crop catch
binaries left by `go build ./vhs/<tool>` without -o.
This commit is contained in:
2026-05-29 11:45:47 -04:00
parent 03cbe283df
commit c9fb006042
+5 -1
View File
@@ -27,7 +27,11 @@ go.work
# End of https://www.toptal.com/developers/gitignore/api/go # End of https://www.toptal.com/developers/gitignore/api/go
/uptop /uptop
uptop.db # stray binaries from `go build ./vhs/<tool>` without -o
/backfill
/crop
# sqlite db + WAL sidecars (-shm/-wal)
uptop.db*
.ssh .ssh