Skip to content

Commit 31e8701

Browse files
committed
Do not ignore d.ts files under src
1 parent 3974f42 commit 31e8701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*.d.ts
1010
*.js
1111
*.js.map
12+
!src/**/*.d.ts
1213
!ava.config.js
1314

1415
# Build directories

0 commit comments

Comments
 (0)