From 39ba890aaba8f99c9a1022e31cfb837ce63b2892 Mon Sep 17 00:00:00 2001 From: dj-oyu <68707227+dj-oyu@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:00:34 +0900 Subject: [PATCH] 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) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 580c74212..7b2340673 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ config/config.json coverage.txt coverage.html +# Dependencies +node_modules/ + # OS .DS_Store