From 127f945434b3014cae0e102f3480a9bf0b0c662f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 28 Jan 2025 11:45:24 -0600 Subject: [PATCH] Add a deno.json with exclude: "." --- deno.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deno.json diff --git a/deno.json b/deno.json new file mode 100644 index 000000000..d9d47e819 --- /dev/null +++ b/deno.json @@ -0,0 +1,3 @@ +{ + "exclude": ["."] +} \ No newline at end of file