From 7e7cbcd1725fbb584e04f79038f623b47dd9a2a2 Mon Sep 17 00:00:00 2001 From: "pullfrog[bot]" <226033991+pullfrog[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:13:35 +0000 Subject: [PATCH] add .gitignore to exclude package-lock.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8b83df --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +package-lock.json