Last active
February 15, 2023 06:12
-
-
Save k1-c/ef7901e10da9531ffeaf8bc3caa6597d to your computer and use it in GitHub Desktop.
[node] [yarn] .yarn (later v2) gitignore to disable zero installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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