We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e094da0 + 3304408 commit 1187b2cCopy full SHA for 1187b2c
1 file changed
Deno.gitignore
@@ -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