From db24b65dd8e345d18788cee9a45b418512db26bc Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 24 Feb 2026 18:01:53 +0000 Subject: [PATCH] fix: Details (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- onchain/.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/onchain/.gitignore b/onchain/.gitignore index 0fc3309..b238157 100644 --- a/onchain/.gitignore +++ b/onchain/.gitignore @@ -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/