From d1d04a90ae5bd02b0a289da82e97131f4c999c29 Mon Sep 17 00:00:00 2001 From: Khaled Mohamed Date: Fri, 18 Oct 2024 14:18:04 +0300 Subject: [PATCH] chore(config-file): :wrench: add `.yarn` * `.pnp.*` --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 57370a93..afb315c7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,6 @@ node_modules/ +.yarn/ +.pnp.* .github/ .git/ docs/