From ed1dee219fc05a770885a4f6a4f9f077fbc0fe35 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 5 Aug 2022 19:16:38 -0400 Subject: [PATCH] Fix gitignore comment syntax --- Node.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index ce9ff3c3..75fa6f83 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -109,9 +109,11 @@ dist .vscode-test # yarn v2 -.pnp.* # Comment for zero-install +# Comment for zero-install +.pnp.* .yarn/* -# !.yarn/cache # Uncomment for zero-install +# Uncomment for zero-install +# !.yarn/cache !.yarn/patches !.yarn/plugins !.yarn/releases