From b2e8b33dae259f839f66cd89a514128fae8f5724 Mon Sep 17 00:00:00 2001 From: Pablo Baleztena Date: Wed, 16 Oct 2024 02:01:19 -0300 Subject: [PATCH] Remove Yarn-related entries from .gitattributes and .gitignore; update VSCode extensions for Deno support --- .gitattributes | 3 --- .gitignore | 8 -------- .vscode/extensions.json | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index a7a04e9..6313b56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1 @@ -/.yarn/** linguist-vendored -/.yarn/releases/* binary -/.yarn/plugins/**/* binary * text=auto eol=lf diff --git a/.gitignore b/.gitignore index 8652cf4..faf90d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,3 @@ -.yarn/* -!.yarn/patches -!.yarn/plugins -!.yarn/releases -!.yarn/sdks -!.yarn/versions - -node_modules .env dist coverage diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 9430c79..b664948 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -7,6 +7,6 @@ "usernamehw.errorlens", "bourhaouta.tailwindshades", "austenc.tailwind-docs", - "vitest.explorer" + "denoland.vscode-deno", ] }