mirror of
https://github.com/github/gitignore.git
synced 2026-04-12 14:31:42 +08:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
# 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
|