Skip to content

Commit 84ae292

Browse files
committed
chore(gitignore): yarn without zero installs
1 parent ba519a7 commit 84ae292

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,14 @@ codegen/*/.classpath
5353
codegen/*/.settings/
5454
codegen/*/bin
5555

56-
benchmark/size/raw
56+
benchmark/size/raw
57+
58+
# yarn without zero installs
59+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
60+
.pnp.*
61+
.yarn/*
62+
!.yarn/patches
63+
!.yarn/plugins
64+
!.yarn/releases
65+
!.yarn/sdks
66+
!.yarn/versions

0 commit comments

Comments
 (0)