From 41244cc90eaa48f810d05f04bc62209ea23bd5f9 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Sat, 30 Jan 2021 00:16:34 +0300 Subject: [PATCH] Disable versioning for package-lock.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f67865..2b6d34f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Do not index node.js modules that are used for building node_modules +package-lock.json # Do not index bower components assets/third-party