Skip to content

Commit f63d44b

Browse files
committed
Remove .yarn/unplugged
1 parent 8b979f2 commit f63d44b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
*.log
22
.DS_Store
3-
.yarn/install-state.gz
3+
.yarn/*
44
dist
55
node_modules
66
package.tgz
7+
8+
!.yarn/cache
9+
!.yarn/patches
10+
!.yarn/plugins
11+
!.yarn/releases
12+
!.yarn/sdks
13+
!.yarn/versions

0 commit comments

Comments
 (0)