From 5d0d6057e6f6389ad8f1ed84fd23dfa19f6553db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurens=20St=C3=B6tzel?= Date: Wed, 22 Apr 2026 09:39:09 +0200 Subject: [PATCH] build: ignore yarn lock/state files from vcs --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 09b55f6..a0b2e91 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,5 @@ typings/ /dist/ /.idea/ yarn.lock +/.pnp.cjs +/.yarn/install-state.gz \ No newline at end of file