mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
5 Commits
ad08edcf90
...
11bc331b3b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11bc331b3b | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
3304408968 |
11
Deno.gitignore
Normal file
11
Deno.gitignore
Normal 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
|
||||
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
Loading…
Reference in New Issue
Block a user