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>
28 lines
372 B
Text
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
|