Skip to content

Commit 4adad09

Browse files
konardclaude
andcommitted
chore: add deno.lock to .gitignore
Deno lock files are auto-generated by the Deno runtime and not needed for library distribution. Consumers will have their own lock files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 99c5025 commit 4adad09

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
@@ -140,3 +140,6 @@ vite.config.ts.timestamp-*
140140

141141
# jscpd reports
142142
reports/
143+
144+
# Deno lock file (generated by Deno runtime - not needed for library distribution)
145+
deno.lock

0 commit comments

Comments
 (0)