Skip to content

Commit 7b8ed1f

Browse files
committed
Update .gitignore
1 parent 605b45a commit 7b8ed1f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@ pnpm-debug.log*
1616
# Editor directories and files
1717
/.cache/
1818
/coverage/
19-
/.yarn/unplugged
20-
/.yarn/build-state.yml
19+
20+
# yarn
21+
.yarn/*
22+
!.yarn/cache
23+
!.yarn/patches
24+
!.yarn/plugins
25+
!.yarn/releases
26+
!.yarn/sdks
27+
!.yarn/versions

0 commit comments

Comments
 (0)