From 36d8688e1b7f8ed8a34e518f7ce5b64252483b4c Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 2 Dec 2024 10:43:06 +0100 Subject: [PATCH] Chore: Rewrite git ignores for yarn related files (#97182) chore(git): rewrite yarn ignores so dependabot can commit to .yarn/releases --- .gitignore | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ce35f5d61f8..a5ae3592a84 100644 --- a/.gitignore +++ b/.gitignore @@ -17,13 +17,11 @@ vendor/ tsconfig.tsbuildinfo __debug_bin* -# Yarn -.yarn/ -!.yarn/patches -!.yarn/releases -!.yarn/plugins -!.yarn/sdks -!.yarn/versions +# yarn +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz .pnp.* # Enterprise emails