Add a deno.json with exclude: "."

This commit is contained in:
Alex Gleason 2025-01-28 11:45:24 -06:00
parent d567a5b1db
commit 127f945434
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 0 deletions

3
deno.json Normal file
View File

@ -0,0 +1,3 @@
{
"exclude": ["."]
}