Skip to content

Commit ae774cd

Browse files
committed
feat(deno.jsonc): Exclude certain directories and files
This commit updates the 'deno.jsonc' file to exclude 'test_project', '__snapshots__', and 'mod_test.ts' from being processed. This is done to prevent unnecessary processing and to improve performance.
1 parent 6ac2fc4 commit ae774cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deno.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@
4242
"preprocess",
4343
"css",
4444
"import"
45+
],
46+
"exclude": [
47+
"test_project",
48+
"__snapshots__",
49+
"mod_test.ts"
4550
]
4651
}

0 commit comments

Comments
 (0)