From 5f67dadec03541123c888feede046dd729299155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Sch=C3=B6n?= Date: Sun, 26 Oct 2025 21:21:22 +0100 Subject: [PATCH] init: add daemon.lock to .gitignore (#156) The daemon.lock file should be ignored in git since it's a runtime file created by the daemon to manage exclusive database access. Amp-Thread-ID: https://ampcode.com/threads/T-b77cef77-966d-4917-b605-4d2b2fb546e1 Co-authored-by: Amp --- cmd/bd/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/bd/init.go b/cmd/bd/init.go index 755bd591..7e12dfd5 100644 --- a/cmd/bd/init.go +++ b/cmd/bd/init.go @@ -90,6 +90,7 @@ and database file. Optionally specify a custom issue prefix.`, *.db-shm # Daemon runtime files +daemon.lock daemon.log daemon.pid bd.sock