chore: remove node_modules from tracking and add to .gitignore
pkg/miniapp/frontend/node_modules was accidentally committed. Remove from index and add node_modules/ to .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
dbbb8a580d
commit
39ba890aab
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -30,6 +30,9 @@ config/config.json
|
|||
coverage.txt
|
||||
coverage.html
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue