chore: remove unused root vendor/ directory (215 files from PR #48)

Root vendor/package/ was an accidentally committed extracted npm tarball
(steipete-bird-0.8.0). Zero importers: the real vendored X client lives
at scripts/lib/vendor/bird-search/, referenced by scripts/lib/bird_x.py
and tests/test_bird_x.py.

Removes 215 files + 1 .tgz, dropping repo from 406 to 191 files and
clearing the claude.ai skill-upload 200-file cap.

Adds /vendor/ to .gitignore (leading slash so scripts/lib/vendor/ is unaffected).
This commit is contained in:
Matt Van Horn
2026-04-14 12:17:58 -04:00
parent e395c1d57f
commit cb88bd2eed
216 changed files with 3 additions and 9388 deletions
+3
View File
@@ -19,3 +19,6 @@ mise.toml
.venv/
.coverage
htmlcov/
# Root vendor/ is accidental - real vendored client lives at scripts/lib/vendor/bird-search/
/vendor/