From 3ee35816b5176b7dff4f4603a646f0c2ae719e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kiljan=CC=81czyk?= Date: Sun, 2 Jun 2024 16:02:44 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index b7564cb..ce118de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# yarn +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions +.pnp.* + # dependencies node_modules/ /.pnp