From e5919567a48fbf96b3b37f11cc50a413da6f0588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 12 Nov 2024 11:37:10 +0900 Subject: [PATCH] chore: add .yarn to gitignore (#305) --- fixtures/pnp/.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fixtures/pnp/.gitignore b/fixtures/pnp/.gitignore index 1783c71a..836120c1 100644 --- a/fixtures/pnp/.gitignore +++ b/fixtures/pnp/.gitignore @@ -1 +1,7 @@ -install_state.gz \ No newline at end of file +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions