From 4c787fe1e9a799399ec998036401a1d96349a059 Mon Sep 17 00:00:00 2001 From: David Kellner <52860029+kellnerd@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:41:04 +0200 Subject: [PATCH] chore: Exclude generated docs from formatting and linting --- deno.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deno.json b/deno.json index 4550942..1e5a4b6 100644 --- a/deno.json +++ b/deno.json @@ -20,6 +20,9 @@ "@std/streams": "jsr:@std/streams@^1.0.0-rc.2", "@std/uuid": "jsr:@std/uuid@^1.0.0" }, + "exclude": [ + "docs/" + ], "fmt": { "exclude": [ "**/*.md"