Proper upgrade to yarn
This commit is contained in:
parent
9652183eff
commit
3140a3f9a2
3 changed files with 797 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -8,7 +8,15 @@
|
|||
# Node.js
|
||||
node_modules
|
||||
report.*.json
|
||||
.yarn
|
||||
|
||||
# Yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
packages/*/.yarn/*
|
||||
|
||||
# Cypress
|
||||
cypress/screenshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue