Skip to content

Commit

Permalink
feat: set yarn classic for corepack enabled (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 11, 2023
1 parent e47aaa8 commit 757e178
Show file tree
Hide file tree
Showing 5 changed files with 147,548 additions and 12 deletions.
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage
Expand Down Expand Up @@ -43,3 +41,14 @@ amplifyconfiguration.json
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig

# Yarn
# See https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
# without zero installs
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Loading

0 comments on commit 757e178

Please sign in to comment.