Skip to content

Commit

Permalink
Remove unnecessary Yarn files
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 14, 2024
1 parent af3f894 commit 332a65f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Non Zero-Installs Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Editor directories and files
.idea
.vscode
Expand Down
Binary file removed .yarn/install-state.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs

0 comments on commit 332a65f

Please sign in to comment.