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 b315829
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.cov/
.cov.lcov
.dnt-import-map.json
.DS_Store
.test-report.xml
Expand Down
10 changes: 9 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,20 @@
"vocab/vocab.ts"
],
"exclude": [
"**/*.test.ts",
".git/",
".github/",
".vscode/",
".zed/",
"apidoc/",
"cli/",
"docs/",
"examples/",
"npm/"
"logo.svg",
"npm/",
"vocab/*.yaml",
"testing/",
"!vocab/vocab.ts"
],
"tasks": {
"cache": "deno task codegen && deno cache mod.ts",
Expand Down

0 comments on commit b315829

Please sign in to comment.