Skip to content

Commit

Permalink
Merge pull request #4 from Gunock/feature/yarn-4
Browse files Browse the repository at this point in the history
Feature/yarn 4
  • Loading branch information
Gunock committed Jun 2, 2024
2 parents c5198f3 + 998db3d commit afffb20
Show file tree
Hide file tree
Showing 5 changed files with 6,898 additions and 3,867 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*

# dependencies
node_modules/
/.pnp
Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"typescript": "5.4.5",
"typescript-eslint": "^7.8.0",
"vite": "^5.2.11"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit afffb20

Please sign in to comment.