fix: gitignore JS lock files in onchain/ (Foundry-managed deps)
onchain/ uses Foundry for dependency management, not yarn/npm. Adding yarn.lock, package-lock.json, and node_modules/ to .gitignore prevents accidental commits of JS toolchain artifacts in future. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6a98fd6ad5
commit
9e2dea02de
1 changed files with 5 additions and 0 deletions
5
onchain/.gitignore
vendored
5
onchain/.gitignore
vendored
|
|
@ -22,3 +22,8 @@ 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
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue