Add package-lock.json to .gitignore and remove it from version control

pull/11740/head
anand242003 2024-11-01 07:02:11 +05:30
parent 85e2634fd0
commit abd2178cb6
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -290,3 +290,4 @@ dist
# #########################################################
# User Custom
# ########
package-lock.json

6
package-lock.json generated
View File

@ -1,6 +0,0 @@
{
"name": "free-programming-books",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}