Skip to content

Commit 7fe0f4d

Browse files
authored
Use yarn v3 instead of v2
Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn
1 parent 4488915 commit 7fe0f4d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Node.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ dist
122122
# Stores VSCode versions used for testing VSCode extensions
123123
.vscode-test
124124

125-
# yarn v2
126-
.yarn/cache
127-
.yarn/unplugged
128-
.yarn/build-state.yml
129-
.yarn/install-state.gz
125+
# yarn v3
130126
.pnp.*
127+
.yarn/*
128+
!.yarn/patches
129+
!.yarn/plugins
130+
!.yarn/releases
131+
!.yarn/sdks
132+
!.yarn/versions

0 commit comments

Comments
 (0)