Add Deno.gitignore

This commit is contained in:
Matt Van Horn 2026-03-17 15:34:46 -07:00
parent b4105e73e4
commit 3304408968

11
Deno.gitignore Normal file
View File

@ -0,0 +1,11 @@
# Deno
# https://deno.com/
# Cache directory (when using project-local DENO_DIR)
# https://docs.deno.com/runtime/fundamentals/setup/#deno_dir
.deno/
# Coverage reports
# https://docs.deno.com/runtime/reference/cli/coverage/
coverage/
*.lcov