From c8281f34e4d2452a7d00ed894ba3f37589a76224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20Moskvil=20Lyng=C3=A5s?= Date: Thu, 24 Mar 2022 21:10:46 +0100 Subject: [PATCH] Ignore `package-lock.json` in example (patch) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 228e8db..898c7e5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -coverage \ No newline at end of file +coverage + +example/package-lock.json