Merge pull request #4816 from mvanhorn/osc/deno-gitignore

Add Deno.gitignore
This commit is contained in:
Daniel Johnson 2026-04-17 14:06:02 -07:00 committed by GitHub
commit 1187b2cb9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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