We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f480b3 + 7fe0f4d commit 57208beCopy full SHA for 57208be
1 file changed
Node.gitignore
@@ -119,9 +119,11 @@ dist
119
# Stores VSCode versions used for testing VSCode extensions
120
.vscode-test
121
122
-# yarn v2
123
-.yarn/cache
124
-.yarn/unplugged
125
-.yarn/build-state.yml
126
-.yarn/install-state.gz
+# yarn v3
127
.pnp.*
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
128
+!.yarn/sdks
129
+!.yarn/versions
0 commit comments