diff --git a/.gitignore b/.gitignore index ce67f65..05e81f1 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,13 @@ $RECYCLE.BIN/ *.lock *.log +# Node.js +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +package-lock.json + # AI Agents .agents .claude/skills \ No newline at end of file