fix: add pnp gitignore setup with zero installs
This commit is contained in:
parent
a40bbf4872
commit
79926bb77d
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -8,11 +8,11 @@ coverage
|
|||
.env
|
||||
newrelic_agent.log
|
||||
|
||||
**/.pnp.*
|
||||
**/.yarn/*
|
||||
.yarn/*
|
||||
!.yarn/cache
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/unplugged
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
!.yarn/cache
|
||||
|
|
Loading…
Reference in a new issue