fix: onchain/lib/uni-v3-lib always dirty in git (#58)

The root .gitignore had a typo: `node-modules` (hyphen) instead of
`node_modules` (underscore), so the glob pattern never matched the
directory that npm creates. The `ignore = dirty` setting in .gitmodules
(added in #147) already suppresses the dirty-submodule report; this
commit corrects the broken pattern so it also provides defence-in-depth
at the parent-repo level.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-02-23 23:16:10 +00:00 committed by johba
parent de67b46753
commit 92843d61c0

2
.gitignore vendored
View file

@ -15,7 +15,7 @@ out/
.infura
.DS_Store
/onchain/lib/**/node-modules/
/onchain/lib/**/node_modules/
onchain/node_modules/
# Ignore vim files: