1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19: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
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.yarn/*
# !.yarn/cache # Uncomment for zero-install
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.* # Comment for zero-install