From 7a75de3940a0966889680eea8925e3e1ea760ae7 Mon Sep 17 00:00:00 2001
From: jgl <jgl6@protonmail.com>
Date: Sat, 25 Feb 2023 23:07:41 +0100
Subject: [PATCH] Add pnpm-lock.yaml to .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2db28904a7f..0ea52ffc09b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ src/002-config/start.tw
 node_modules
 package-lock.json
 yarn.lock
+pnpm-lock.yaml
 
 # Visual Studio Code
 .vscode/settings.json
-- 
GitLab