Skip to content

Instantly share code, notes, and snippets.

@k1-c
Last active February 15, 2023 06:12
Show Gist options
  • Select an option

  • Save k1-c/ef7901e10da9531ffeaf8bc3caa6597d to your computer and use it in GitHub Desktop.

Select an option

Save k1-c/ef7901e10da9531ffeaf8bc3caa6597d to your computer and use it in GitHub Desktop.
[node] [yarn] .yarn (later v2) gitignore to disable zero installation
# yarn / without zero install
# reference: https://github.com/yarnpkg/berry/issues/454
.yarn/*
!.yarn/plugins
!.yarn/releases
.pnp.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment