chore: ignore sqlite WAL sidecars and stray vhs build binaries
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:
+5
-1
@@ -27,7 +27,11 @@ go.work
|
||||
# End of https://www.toptal.com/developers/gitignore/api/go
|
||||
|
||||
/uptop
|
||||
uptop.db
|
||||
# stray binaries from `go build ./vhs/<tool>` without -o
|
||||
/backfill
|
||||
/crop
|
||||
# sqlite db + WAL sidecars (-shm/-wal)
|
||||
uptop.db*
|
||||
|
||||
.ssh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user