Skip to content

Commit 2c3d7e3

Browse files
thavelickclaude
andcommitted
Remove node_modules from git tracking and update .gitignore
- Remove accidentally committed node_modules directory from git index - Update .gitignore to prevent future node_modules commits - Add comprehensive gitignore patterns for Node.js projects Fixes the issue where node_modules was incorrectly committed in commit 5c9508f. Dependencies can be restored by running npm install or bun install. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7b939df commit 2c3d7e3

File tree

895 files changed

+2
-165465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

895 files changed

+2
-165465
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.claude/
1+
.claude/
2+
node_modules/

node_modules/.bin/tldts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)