From a782aebf6be947bfdb24d1c291e6b1ed62b78c03 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:32:08 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3a4901..b8545e3 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,7 @@ dist .pnp.* # vscode -.vscode \ No newline at end of file +.vscode + +# package-lock.json +package-lock.json \ No newline at end of file