Skip to content

Commit d8bf485

Browse files
authored
Update gitignore for yarn files (#512)
1 parent 43ef00a commit d8bf485

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ provisioning/
1616
/playwright-report/
1717
/blob-report/
1818
/playwright/.cache/
19-
/playwright/.auth/
19+
/playwright/.auth/
20+
21+
# yarn
22+
.pnp.*
23+
.yarn/*
24+
!.yarn/patches
25+
!.yarn/plugins
26+
!.yarn/releases
27+
!.yarn/sdks
28+
!.yarn/versions

0 commit comments

Comments
 (0)