diff --git a/.gitignore b/.gitignore index 22fef9b7..e9f7e205 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,12 @@ coverage/ # Documentation builds /docs_deployment/ + +# Yarn v2 +.yarn/* +!.yarn/patches +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions +.pnp.*