Skip to content

Commit 4a37a2e

Browse files
committed
chore: ignore generated Deno types, needed for compatibility testing
1 parent fd6a309 commit 4a37a2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ dist
176176

177177
# Private trash folder
178178
.attic
179+
180+
# Exclude Deno runtime types
181+
# to make VSCode happy generate them for yourself with
182+
# deno types > deno_runtime.d.ts
183+
deno_runtime.d.ts

0 commit comments

Comments
 (0)