remove .vscode and add .gitignore

This commit is contained in:
akdeb 2025-09-09 16:55:57 +07:00
parent 6646c4fb6f
commit 47953a3470
3 changed files with 1 additions and 27 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vscode/

View file

@ -1,3 +0,0 @@
{
"recommendations": ["denoland.vscode-deno"]
}

24
.vscode/settings.json vendored
View file

@ -1,24 +0,0 @@
{
"deno.enablePaths": [
"supabase/functions"
],
"deno.lint": true,
"deno.unstable": [
"bare-node-builtins",
"byonm",
"sloppy-imports",
"unsafe-proto",
"webgpu",
"broadcast-channel",
"worker-options",
"cron",
"kv",
"ffi",
"fs",
"http",
"net"
],
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno"
}
}