Skip to content

Commit ab92f95

Browse files
Copilothuangyiirene
andcommitted
chore: Update .gitignore to exclude example build artifacts
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent bf09b4c commit ab92f95

2 files changed

Lines changed: 8 additions & 32 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ temp/
4141
packages/*/dist/
4242
packages/*/*.tsbuildinfo
4343

44+
# Example builds
45+
examples/*/dist/
46+
examples/*/*.d.ts
47+
examples/*/*.d.ts.map
48+
examples/*/*.js
49+
!examples/*/*.config.js
50+
!examples/*/*.config.ts
51+
4452
# Next.js
4553
.next
4654
out/

examples/host/debug-registry.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)