Track package.json and package-lock.json for reproducible installs

Previously both were gitignored, requiring npm init + npm install on
every fresh clone. Now only node_modules/ is ignored.
This commit is contained in:
2026-03-22 13:55:07 -04:00
parent a6e841b4eb
commit 28babb178d
3 changed files with 638 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1 @@
scripts/node_modules/
scripts/package-lock.json
scripts/package.json