Setup .gitignore for Yarn 2

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-09-05 18:05:26 +02:00
parent 485ca2f043
commit 7ef881d829
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

9
.gitignore vendored
View file

@ -44,3 +44,12 @@ public/uploads/*
!public/.gitkeep
uploads
test_uploads
# Yarn 2 without zero-installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*