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", ] }