Skip to content

Commit

Permalink
Setup .gitignore for Yarn 2
Browse files Browse the repository at this point in the history
Signed-off-by: David Mehren <git@herrmehren.de>
  • Loading branch information
davidmehren committed Sep 5, 2021
1 parent 485ca2f commit 7ef881d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Expand Up @@ -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.*

0 comments on commit 7ef881d

Please sign in to comment.