Add package-lock.json to .gitignore and remove it from version control
parent
85e2634fd0
commit
abd2178cb6
|
@ -290,3 +290,4 @@ dist
|
||||||
# #########################################################
|
# #########################################################
|
||||||
# User Custom
|
# User Custom
|
||||||
# ########
|
# ########
|
||||||
|
package-lock.json
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"name": "free-programming-books",
|
|
||||||
"lockfileVersion": 3,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue