harb/onchain/.gitignore
openhands db24b65dd8 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>
2026-02-24 18:01:53 +00:00

28 lines
372 B
Text

# Compiler files
cache/
out/
# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/
# Docs
docs/
# Dotenv file
.env
.secret
.swp
/broadcast/
tags
analysis/profitable_scenario.csv
fuzzing_results_*
analysis/fuzz-*.csv
*.log
# JS package manager lock files (deps managed by forge/foundry, not yarn/npm)
yarn.lock
package-lock.json