From c03c7e3765e02c51264e821b14f8f10c229f6815 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Mon, 26 Feb 2024 19:37:03 +0100 Subject: [PATCH] Add pids to .gitignore To hide when we have workerman running --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e64b947ec..b328cb6f4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ vendor/ composer.lock phpunit.xml /phpstan.neon +/*.pid +/*.pid.lock \ No newline at end of file