Skip to content

Commit f5fdfdb

Browse files
semsem
authored andcommitted
fix: Add node_modules to .gitignore and remove from tracking
- Added node_modules/ to .gitignore - Removed all tracked node_modules files from repository - This prevents dependency files from being committed
1 parent d02cf6f commit f5fdfdb

3,736 files changed

Lines changed: 3 additions & 150713 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# NPM config with tokens
22
.npmrc
33

4+
# Node modules
5+
node_modules/
6+
47
# Log files
58
*.log
69
commands-*.log

0 commit comments

Comments
 (0)