Skip to content

[PR #1] .gitignore missing node_modules/ — JS/TS tooling dep hygiene #59

@obchain

Description

@obchain

PR: #1 (chore/bootstrap)
Commit: c104b60
File: .gitignore

Problem: .gitignore does not include node_modules/. Foundry projects commonly pull in @openzeppelin/contracts or hardhat test helpers via npm. Operator tooling scripts (deploy, verify, subgraph sync) often use Node. Without this entry, accidental npm install / yarn leaves node_modules/ untracked.

Fix: Add:

node_modules/

Severity: Low — standard hygiene; no immediate risk.

Metadata

Metadata

Assignees

No one assigned

    Labels

    pr-reviewFindings from PR review processpriority:p2-polishNice-to-have / polishtype:choreMaintenance, config, tooling

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions