Skip to content

Commit f68cad7

Browse files
committed
Remove yarn releases from git tracking
1 parent 8900f60 commit f68cad7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,7 @@ dist-ssr
2525

2626
# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
2727
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
28-
.yarn/install-state.gz
28+
.yarn/install-state.gz
29+
# yarn seems to suggest you should commit the releases folder
30+
# but, yuck
31+
.yarn/releases

0 commit comments

Comments
 (0)