Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 7e4e97b

Browse files
updating gitignore to align with yarn 3 and module template
1 parent 96473c6 commit 7e4e97b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,15 @@ node_modules/
6666
# Stores VSCode versions used for testing VSCode extensions
6767
.vscode-test
6868

69-
# yarn v2
70-
.yarn/cache
71-
.yarn/unplugged
72-
.yarn/build-state.yml
73-
.yarn/install-state.gz
69+
# yarn v3 (w/o zero-install)
70+
# See: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
7471
.pnp.*
72+
.yarn/*
73+
!.yarn/patches
74+
!.yarn/plugins
75+
!.yarn/releases
76+
!.yarn/sdks
77+
!.yarn/versions
7578

7679
# Storybook build folder
7780
storybook-static

0 commit comments

Comments
 (0)