diff options
Diffstat (limited to 'cli/tests/testdata/check/exclude_option/deno.exclude_glob.json')
-rw-r--r-- | cli/tests/testdata/check/exclude_option/deno.exclude_glob.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/exclude_option/deno.exclude_glob.json b/cli/tests/testdata/check/exclude_option/deno.exclude_glob.json new file mode 100644 index 000000000..1d203ba08 --- /dev/null +++ b/cli/tests/testdata/check/exclude_option/deno.exclude_glob.json @@ -0,0 +1,5 @@ +{ + "exclude": [ + "ignored/**/*" + ] +} |