From f0c1fdc20e99fd4a21b6399a493bfe7547940c88 Mon Sep 17 00:00:00 2001 From: Brian Ingenito <28159742+bingenito@users.noreply.github.com> Date: Fri, 3 Feb 2023 08:17:45 -0500 Subject: [PATCH] Add package-lock to gitignore (#634) With the removal of package-lock from the repo we need to also prevent it from being added accidentally. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be3f8f39..2427ca61 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dist/ build/ docs/ .DS_Store -lerna-debug.log \ No newline at end of file +lerna-debug.log +package-lock.json