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:
parent
4c427672a3
commit
e7e5bc2386
3
.gitignore
vendored
3
.gitignore
vendored
@ -100,6 +100,9 @@ Temporary Items
|
|||||||
data/
|
data/
|
||||||
deploy/bin/
|
deploy/bin/
|
||||||
|
|
||||||
|
# Node modules — install via `cd deploy/tools && npm ci`
|
||||||
|
node_modules/
|
||||||
|
|
||||||
# Environment secrets
|
# Environment secrets
|
||||||
.env
|
.env
|
||||||
deploy/.env
|
deploy/.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user