From c822db44908b28db9db6c56cfd8b7b595494cd74 Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Thu, 2 May 2024 09:37:45 +0900 Subject: [PATCH] Adjust exclude/include options --- deno.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 1230ff8..c75a92a 100644 --- a/deno.json +++ b/deno.json @@ -56,12 +56,22 @@ "vocab/vocab.ts" ], "exclude": [ + "**/*.test.ts", ".git/", + ".github/", + ".vscode/", + ".zed/", "apidoc/", "cli/", "docs/", "examples/", - "npm/" + "logo.svg", + "npm/", + "vocab/*.yaml", + "testing/", + "!coverage/", + "!.cov/", + "!vocab/vocab.ts" ], "tasks": { "cache": "deno task codegen && deno cache mod.ts",