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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1 @@
|
||||
scripts/node_modules/
|
||||
scripts/package-lock.json
|
||||
scripts/package.json
|
||||
|
||||
Reference in New Issue
Block a user