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 <amp@ampcode.com>
This commit is contained in:
Dennis Schön
2025-10-26 21:21:22 +01:00
committed by GitHub
parent ec7d824897
commit 5f67dadec0

View File

@@ -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