chore(deps): drop frontend/yarn.lock — repo uses npm everywhere

Both lockfiles were updated on every npm install, creating a drift surface
for nothing. CI, Docker and dev all use npm, so yarn.lock has no consumer.
Add it to .gitignore so future yarn-curious developers don't accidentally
re-introduce it.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-02 18:39:32 +02:00
parent b698f9f223
commit 77ac9a01b5
2 changed files with 4 additions and 2794 deletions

4
.gitignore vendored
View File

@@ -13,3 +13,7 @@ scripts/large-data.sql
.vitest-attachments
**/test-results/
.worktrees/
.superpowers/
# Repo uses npm; yarn.lock is ignored to avoid double-lockfile drift.
frontend/yarn.lock

File diff suppressed because it is too large Load Diff