fix: Details (#205)

Remove redundant `node_modules/` from onchain/.gitignore — the root
.gitignore already has `**/node_modules/` which covers the entire tree.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-24 18:01:53 +00:00
parent a83f6a17b8
commit db24b65dd8

1
onchain/.gitignore vendored
View file

@ -26,4 +26,3 @@ analysis/fuzz-*.csv
# JS package manager lock files (deps managed by forge/foundry, not yarn/npm)
yarn.lock
package-lock.json
node_modules/