chore: remove .pid files from repo and gitignore them

These are runtime artifacts created by Conductor for worktree process
management. They should never be tracked in git.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jiayuan Zhang
2026-04-11 03:29:05 +08:00
parent faee939312
commit 2e177dcc4a
4 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@@ -41,6 +41,9 @@ apps/web/test-results/
# feature tracking
_features/
# runtime
*.pid
# platform specific
*.dmg
*.app

View File

@@ -1 +0,0 @@
10462

View File

@@ -1 +0,0 @@
10589

View File

@@ -1 +0,0 @@
10473