From 0014da18b324d8f0bd602840c18444fd1a370ae3 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 6 Feb 2022 01:31:18 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 968ccc5..d0bb17f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .DS_Store node_modules .vscode -/dist \ No newline at end of file +/dist +package-lock.json \ No newline at end of file