add daemon.pid to gitignore

This commit is contained in:
Tealk 2026-01-11 22:52:07 +01:00
commit c3833bac2c
Signed by untrusted user who does not match committer: Tealk
GPG key ID: 5FE349ABC863E7F9

3
.gitignore vendored
View file

@ -102,3 +102,6 @@ tests/.phpunit.result.cache
#ignore .php_cs (local copy)
.php_cs
#ignore daemon.pid file
daemon.pid