chore: deno ignore ./client/mdui_patched

This commit is contained in:
CrescentLeaf
2025-10-04 12:07:28 +08:00
parent 5fadb76a20
commit 42aefdd2f1

View File

@@ -1,6 +1,7 @@
{ {
"deno.enable": true, "deno.enable": true,
"deno.disablePaths": [ "deno.disablePaths": [
"./thewhitesilk_data" "./thewhitesilk_data",
"./client/mdui_patched"
] ]
} }