diff --git a/.gitignore b/.gitignore index e10ba39e8..969049cae 100644 --- a/.gitignore +++ b/.gitignore @@ -290,3 +290,4 @@ dist # ######################################################### # User Custom # ######## +package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 83430fdf3..000000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "free-programming-books", - "lockfileVersion": 3, - "requires": true, - "packages": {} -}