Skip to content

Instantly share code, notes, and snippets.

@halivert
Created September 24, 2021 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halivert/8cfb600a290a6cfc43d4f08ed7e56bb8 to your computer and use it in GitHub Desktop.
Save halivert/8cfb600a290a6cfc43d4f08ed7e56bb8 to your computer and use it in GitHub Desktop.
Add gitignore when using yarn berry
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment