Update .gitignore for Yarn v2

This commit is contained in:
willclarktech 2021-04-21 17:59:57 +02:00
parent 9f3706e686
commit b809f54ef3
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

9
.gitignore vendored
View File

@ -24,3 +24,12 @@ coverage/
# Documentation builds
/docs_deployment/
# Yarn v2
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*