Skip to content

Commit 1f96964

Browse files
fix(gitignore): add yarn berry
Signed-off-by: Cameron Smith <[email protected]>
1 parent b7c3ddc commit 1f96964

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
@@ -77,4 +77,14 @@ result-*
7777
*.swp
7878
*.swo
7979
*~
80-
*scratch*
80+
*scratch*
81+
82+
# Yarn Berry
83+
.yarn/*
84+
!.yarn/patches
85+
!.yarn/plugins
86+
!.yarn/releases
87+
!.yarn/sdks
88+
!.yarn/versions
89+
.pnp.*
90+
node_modules/

0 commit comments

Comments
 (0)