chore: remove .pid files from repo and gitignore them (#680)

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:37:20 +08:00
committed by GitHub
parent faee939312
commit 2610d2dc3f
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