Skip to content

Commit c5e0ee4

Browse files
committed
update .gitignore
expand gitignore .yarn folder
1 parent c62ddf5 commit c5e0ee4

File tree

2 files changed

+883
-0
lines changed

2 files changed

+883
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@ docker-compose.override.yml
8080

8181
# Local Netlify folder
8282
.netlify
83+
84+
# Yarn Berry (Yarn 2+) - non-zero-installs setup for all subdirectories
85+
**/.pnp.*
86+
**/.yarn/*
87+
!**/.yarn/patches
88+
!**/.yarn/plugins
89+
!**/.yarn/releases
90+
!**/.yarn/sdks
91+
!**/.yarn/versions

0 commit comments

Comments
 (0)