chore: add node_modules to .gitignore (debugging only, never committed)

This commit is contained in:
2026-06-16 03:49:15 +00:00
parent b8c2fa2f24
commit 2874680ffa
+5
View File
@@ -19,6 +19,11 @@ opencode.json.pwenv
# Playwright MCP artifacts # Playwright MCP artifacts
.playwright-mcp/ .playwright-mcp/
# Node dependencies (debugging only, never committed)
node_modules/
package.json
package-lock.json
# Runtime artifacts # Runtime artifacts
build/ build/
config/ config/