Skip to content

Commit 1187b2c

Browse files
authored
Merge pull request #4816 from mvanhorn/osc/deno-gitignore
Add Deno.gitignore
2 parents e094da0 + 3304408 commit 1187b2c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Deno.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Deno
2+
# https://deno.com/
3+
4+
# Cache directory (when using project-local DENO_DIR)
5+
# https://docs.deno.com/runtime/fundamentals/setup/#deno_dir
6+
.deno/
7+
8+
# Coverage reports
9+
# https://docs.deno.com/runtime/reference/cli/coverage/
10+
coverage/
11+
*.lcov

0 commit comments

Comments
 (0)