Set Yarn checksumBehavior to reset (#3366)

* Set Yarn checksumBehavior to reset

* Update .gitignore according to Yarn docs
See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

* Update yarn.lock

---------

Co-authored-by: Harshavardhana <harsha@minio.io>
This commit is contained in:
Victor Bayas
2024-05-29 17:50:12 -05:00
committed by GitHub
parent 7b8cfa2062
commit 3fdcfef1b4
6 changed files with 88 additions and 78 deletions

9
web-app/.gitignore vendored
View File

@@ -19,3 +19,12 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn (see https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions