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>
3 lines
28 B
Text
3 lines
28 B
Text
.claude
|
|
node_modules/
|
|
dist/
|