Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 5076c62

Browse files
committed
feat: create bundled types in build output
1 parent cb1fda2 commit 5076c62

File tree

3 files changed

+436
-4
lines changed

3 files changed

+436
-4
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ out
8282

8383
# Nuxt.js build / generate output
8484
.nuxt
85-
dist
85+
86+
# api-extractor build output
87+
dist-types
8688

8789
# Gatsby files
8890
.cache/
@@ -127,4 +129,4 @@ src/**/*.png
127129
!src/**/__image_snapshots__/*.png
128130

129131
# ignore images in test scripts folder
130-
scripts/**.png
132+
scripts/**.png

0 commit comments

Comments
 (0)