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:
parent
218a941be9
commit
1418a10bf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user