Skip to content

Commit 61c5dfd

Browse files
Ignoring coverage folder for build.
1 parent 3041c98 commit 61c5dfd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"babel.config.js",
1818
"jest.config.ts",
1919
"rollup.config.js",
20+
"coverage/**/*",
2021
"demo/**/*",
2122
"dist/**/*",
2223
"interactive-tests/js/**/*",

tsconfig.rollup.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"babel.config.js",
1717
"jest.config.ts",
1818
"rollup.config.js",
19+
"coverage/**/*",
1920
"demo/**/*",
2021
"dist/**/*",
2122
"test_src/**/*",

0 commit comments

Comments
 (0)