From 926e350bef6e61875abc8c6f9489ec20901996ea Mon Sep 17 00:00:00 2001 From: Matthew Foran Date: Mon, 23 May 2022 18:19:38 -0400 Subject: [PATCH] added package-lock.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 58e543f..cf8feb2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ output/ credentials.yaml cookies.txt +package-lock.json