Skip to content

Commit 7dce7e1

Browse files
feat(api): generate TypeScript type definitions (obs-websocket-community-projects#126)
1 parent 94927ae commit 7dce7e1

File tree

10 files changed

+611
-13
lines changed

10 files changed

+611
-13
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
node_modules
2-
dist
3-
CHANGELOG.md
42

53
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
64
.grunt
@@ -25,3 +23,8 @@ package-lock.json
2523

2624
# Allow web-tester's dist
2725
!samples/web-tester/dist
26+
27+
# Exclude build outputs (they'll get added automatically by CI).
28+
dist
29+
types/index.d.ts
30+
CHANGELOG.md

0 commit comments

Comments
 (0)