Skip to content

Commit

Permalink
chore: add yarn 3 resources to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Dec 4, 2022
1 parent 891a77e commit 02d9bca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Expand Up @@ -79,3 +79,12 @@ _ts3.4

# Files copied as part of the build
packages/types/src/generated/**/*.ts

# Yarn 3
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

0 comments on commit 02d9bca

Please sign in to comment.