From 56f8cc9492c1cebeaabaca76ce1e205e28a4aa67 Mon Sep 17 00:00:00 2001 From: Jacob Ley Date: Tue, 17 Dec 2024 06:13:14 +0000 Subject: [PATCH] Ignore the pnpm-lock-hash --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4364d909..74b8cd52 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ **/.eslintcache **/coverage **/dist +**/.pnpm-lock-hash **/.swcrc .nx