forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vendor yarn executable (QwikDev#132)
* chore: vendor yarn version * chore: change git ignore for yarn files * chore: "add-target" make target Non-rustup users have to run this. * ci: prettier should ignore .yarn
- Loading branch information
Dylan C. Kendal
authored
Jan 12, 2022
1 parent
ff632b1
commit 7c75200
Showing
6 changed files
with
147,406 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
*.json linguist-language=JSON-with-Comments | ||
*.json linguist-language=JSON-with-Comments | ||
.yarn/releases/** binary | ||
.yarn/plugins/** binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,8 @@ src/napi/package-* | |
target | ||
*.node | ||
todo-express/ | ||
qwik-app/ | ||
qwik-app/ | ||
|
||
# Yarn | ||
.yarn/* | ||
!.yarn/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.