mirror of
https://github.com/github/gitignore.git
synced 2025-02-19 12:44:53 +08:00
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:
parent
e5323759e3
commit
6fd32e97d2
@ -283,6 +283,7 @@ FakesAssemblies/
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
package-lock.json
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
|
Loading…
Reference in New Issue
Block a user