From 81f57847690caa3962eb77ea7c4d7167c170214e Mon Sep 17 00:00:00 2001 From: ryu <114303361+ryuapp@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:15:59 +0900 Subject: [PATCH] chore: add files and directories exclude --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 8f90aca..cba8bd5 100644 --- a/deno.json +++ b/deno.json @@ -22,5 +22,6 @@ "@std/fmt": "jsr:@std/fmt@^1.0.0", "@std/fs": "jsr:@std/fs@^1.0.1", "md4w": "npm:md4w@^0.2.6" - } + }, + "exclude": [".gitattributes", ".github", "src/testdata", "**/*/*_test.ts"] }