1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 21:54:22 +01:00

Update yarn 2 gitignore based on documentation

https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
This commit is contained in:
Nick McCurdy 2020-07-21 17:22:38 -04:00 committed by GitHub
parent 218a941be9
commit 1418a10bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,8 +109,10 @@ dist
.vscode-test .vscode-test
# yarn v2 # yarn v2
.yarn/cache .yarn/*
.yarn/unplugged # !.yarn/cache # Uncomment for zero-install
.yarn/build-state.yml !.yarn/releases
.yarn/install-state.gz !.yarn/plugins
.pnp.* !.yarn/sdks
!.yarn/versions
.pnp.* # Comment for zero-install