Skip to content

Commit 7c75200

Browse files
author
Dylan C. Kendal
authored
Vendor yarn executable (#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
1 parent ff632b1 commit 7c75200

File tree

6 files changed

+147406
-3
lines changed

6 files changed

+147406
-3
lines changed

.gitattributes

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*.json linguist-language=JSON-with-Comments
1+
*.json linguist-language=JSON-with-Comments
2+
.yarn/releases/** binary
3+
.yarn/plugins/** binary

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ src/napi/package-*
2424
target
2525
*.node
2626
todo-express/
27-
qwik-app/
27+
qwik-app/
28+
29+
# Yarn
30+
.yarn/*
31+
!.yarn/releases

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.
55
.vscode/settings.json
66
.history
7+
.yarn
78
bazel-*
89
bazel-bin
910
bazel-out
@@ -27,4 +28,4 @@ build
2728
.rollup.cache
2829
build
2930
node_modules
30-
tsconfig.tsbuildinfo
31+
tsconfig.tsbuildinfo

0 commit comments

Comments
 (0)