Disable versioning for package-lock.json

This commit is contained in:
Fedor A. Fetisov 2021-01-29 20:04:26 +03:00
parent 7a16536341
commit b296525e39

1
.gitignore vendored
View File

@ -35,6 +35,7 @@ src/mibew/js/vendor
# Do not index node.js modules that are used for building
src/node_modules
src/package-lock.json
# Do not index compiled js files of the core
src/mibew/js/compiled/*