From 1ebe0868f5c6c3cd401d675c334843c0ad77d57f Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Sun, 3 Aug 2025 16:08:20 +0200 Subject: [PATCH] feat(infra): added pnpm-lock.yaml to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f7fff56..4890b79 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules/ *.pdf **/dist/ +pnpm-lock.yaml