From af17788a36f515bd3aec17c5c544d69f2401ede3 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Tue, 22 Apr 2025 10:10:41 -0700 Subject: [PATCH] add package lock to gitignore --- bin/web/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/web/.gitignore b/bin/web/.gitignore index 79518f7..c50ca8b 100644 --- a/bin/web/.gitignore +++ b/bin/web/.gitignore @@ -19,3 +19,6 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +package-lock.json +yarn.lock