chore: untrack node_modules

Dependencies are installed at runtime via `bun install --frozen-lockfile`
in action.yml, so the vendored node_modules tree is unused. Add
node_modules/ and dist/ to .gitignore.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Alpha Nerd 2026-05-11 18:57:07 +02:00
parent 592d2df6d4
commit 353aeda20d
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
1158 changed files with 3 additions and 1029715 deletions

4
.gitignore vendored
View file

@ -1 +1,3 @@
.claude
.claude
node_modules/
dist/