From 7b4a23cee609c016065ae501346f97dd52cb942c Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Wed, 12 Aug 2026 18:25:40 +0200 Subject: [PATCH] chore: gitignore *.pid runtime files PID files are created by running services locally and should never be tracked in version control. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bbf833c..14c2a88 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ Thumbs.db # Logs *.log +*.pid