chore: remove node_modules from tracking and add to .gitignore

node_modules (14 MB, 240 files) accounted for 91.6% of tracked file
size. Dependencies are reproducible via `cd deploy/tools && npm ci`
using the committed package.json and package-lock.json.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Chever John 2026-06-23 09:40:05 +08:00
parent 4c427672a3
commit e7e5bc2386

3
.gitignore vendored
View File

@ -100,6 +100,9 @@ Temporary Items
data/
deploy/bin/
# Node modules — install via `cd deploy/tools && npm ci`
node_modules/
# Environment secrets
.env
deploy/.env