We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4105e7 commit 3304408Copy full SHA for 3304408
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