Remove Yarn-related entries from .gitattributes and .gitignore; update VSCode extensions for Deno support
This commit is contained in:
parent
4cc99aec91
commit
b2e8b33dae
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1,4 +1 @@
|
||||
/.yarn/** linguist-vendored
|
||||
/.yarn/releases/* binary
|
||||
/.yarn/plugins/**/* binary
|
||||
* text=auto eol=lf
|
||||
|
||||
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,11 +1,3 @@
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
node_modules
|
||||
.env
|
||||
dist
|
||||
coverage
|
||||
|
||||
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -7,6 +7,6 @@
|
||||
"usernamehw.errorlens",
|
||||
"bourhaouta.tailwindshades",
|
||||
"austenc.tailwind-docs",
|
||||
"vitest.explorer"
|
||||
"denoland.vscode-deno",
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user