Skip to content

Commit c35c6c0

Browse files
committed
chore(): clean up
1 parent bc3ef26 commit c35c6c0

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ demo/report/stats.json
2929
!src/file/file.d.ts
3030
!src/http/http.d.ts
3131
!src/typings
32+
src/platforms/android/*.aar
-23.8 KB
Binary file not shown.
-23.8 KB
Binary file not shown.

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"exclude": [
2424
"node_modules",
25+
"types"
2526
],
2627
"compileOnSave": false
2728
}

0 commit comments

Comments
 (0)