Skip to content

Commit 71a27c4

Browse files
RusDynclaude
andcommitted
Add deno.lock to .gitignore
Deno >=2.6 generates lockfile v5 which is incompatible with supabase-edge-runtime (Deno 2.1.4), causing deployment failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19899ea commit 71a27c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# MCP config (contains agent key secrets)
44
.mcp.json
55

6+
# Deno lockfile (v5 incompatible with supabase-edge-runtime)
7+
deno.lock
8+
69
# dependencies
710
/node_modules
811
/.pnp

0 commit comments

Comments
 (0)