From 106d40bd299126067908bc978d4ad2374e7c7510 Mon Sep 17 00:00:00 2001 From: Bengt Date: Mon, 11 Nov 2024 14:15:38 +0100 Subject: [PATCH] git ignored pnpm-lock.yaml --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e23bac..61b3b83 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,8 @@ vite.config.js.timestamp-* vite.config.ts.timestamp-* # .github -.github/copilot-instructions.md \ No newline at end of file +.github/copilot-instructions.md + +# pnpm + +pnpm-lock.yaml \ No newline at end of file