Add Node.js patterns to .gitignore
- Ignore node_modules directory - Ignore npm/yarn log files - Ignore package-lock.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -51,6 +51,13 @@ $RECYCLE.BIN/
|
|||||||
*.lock
|
*.lock
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# AI Agents
|
# AI Agents
|
||||||
.agents
|
.agents
|
||||||
.claude/skills
|
.claude/skills
|
||||||
Reference in New Issue
Block a user