Skip to content

Instantly share code, notes, and snippets.

@mbround18
Last active February 25, 2020 02:28
Show Gist options
  • Save mbround18/70875dda0c7f74caeec2a8ed4db56b95 to your computer and use it in GitHub Desktop.
Save mbround18/70875dda0c7f74caeec2a8ed4db56b95 to your computer and use it in GitHub Desktop.

yarn berry gitignore

So to summarize:

If you're using Zero-Installs:

.yarn/unplugged
.yarn/build-state.yml

If you're not using Zero-Installs:

.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment