Unverified Commit 2daab895 authored by Hong Minhee's avatar Hong Minhee
Browse files

Adjust exclude/include options

parent 00458ee6
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -57,11 +57,17 @@
  ],
  "exclude": [
    ".git/",
    ".github/",
    ".vscode/",
    ".zed/",
    "apidoc/",
    "cli/",
    "docs/",
    "examples/",
    "npm/"
    "logo.svg",
    "npm/",
    "vocab/*.yaml",
    "!vocab/vocab.ts"
  ],
  "tasks": {
    "cache": "deno task codegen && deno cache mod.ts",