Remove Yarn-related entries from .gitattributes and .gitignore; update VSCode extensions for Deno support

This commit is contained in:
Pablo Baleztena 2024-10-16 02:01:19 -03:00
parent 4cc99aec91
commit b2e8b33dae
3 changed files with 1 additions and 12 deletions

3
.gitattributes vendored
View File

@ -1,4 +1 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
* text=auto eol=lf

8
.gitignore vendored
View File

@ -1,11 +1,3 @@
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules
.env
dist
coverage

View File

@ -7,6 +7,6 @@
"usernamehw.errorlens",
"bourhaouta.tailwindshades",
"austenc.tailwind-docs",
"vitest.explorer"
"denoland.vscode-deno",
]
}