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:
dj-oyu 2026-03-16 10:00:34 +09:00
parent dbbb8a580d
commit 39ba890aab

3
.gitignore vendored
View file

@ -30,6 +30,9 @@ config/config.json
coverage.txt coverage.txt
coverage.html coverage.html
# Dependencies
node_modules/
# OS # OS
.DS_Store .DS_Store