Skip to content

Commit

Permalink
Adjust exclude/include options
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed May 2, 2024
1 parent 00458ee commit c822db4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c822db4

Please sign in to comment.