From c1b27dc68ea286501df88b90929aef574aa3b497 Mon Sep 17 00:00:00 2001 From: Michael Frank Date: Thu, 29 Apr 2021 21:32:15 +1200 Subject: [PATCH] .gitignore: Added package-lock.json, package.json that were used when I ran code-blocks over the tests. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7c78742..5cb4fa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .vscode node_modules +package-lock.json +package.json \ No newline at end of file