Added package-lock.json for Node.js Tools for Visual Studio

* Application of the change: Node.js Tools for Visual Studio
 * Documentation about package-lock.json:
https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json
 * Change made:
package-lock.json is automatically generated for any operations where npm modifies either the node_modules tree, or package.json. That is why node_modules and package.json must be managed together so that package.json is consistent with what node_modules contains, or else, npm may not work properly.
As it is important to ignore node_modules, is also important to ignore package-lock.json.
This commit is contained in:
Bertrand Willm 2022-12-09 13:06:44 +01:00
parent e5323759e3
commit 6fd32e97d2

View File

@ -283,6 +283,7 @@ FakesAssemblies/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
package-lock.json
node_modules/
# Visual Studio 6 build log