Skip to content

Commit

Permalink
Vendor yarn executable (QwikDev#132)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 6 changed files with 147,406 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitattributes
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
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ src/napi/package-*
target
*.node
todo-express/
qwik-app/
qwik-app/

# Yarn
.yarn/*
!.yarn/releases
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.
.vscode/settings.json
.history
.yarn
bazel-*
bazel-bin
bazel-out
Expand All @@ -27,4 +28,4 @@ build
.rollup.cache
build
node_modules
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
Loading

0 comments on commit 7c75200

Please sign in to comment.