From 57016c15820ac54ec9cab079e9a0bf2e14cdd733 Mon Sep 17 00:00:00 2001 From: codingChewie Date: Wed, 30 Oct 2024 16:53:42 -0500 Subject: [PATCH] limit only pnpm --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0298027e4..26b150739 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ /node_modules /.pnp .pnp.js +yarn.lock +package-lock.json # testing /coverage