fix: ignore .d.ts by default

This commit is contained in:
Anthony Fu 2022-06-25 01:03:04 +08:00
parent 8ddaee3bf8
commit 55ffba3288

View File

@ -15,6 +15,7 @@ module.exports = {
],
ignorePatterns: [
'*.min.*',
'*.d.ts',
'CHANGELOG.md',
'dist',
'LICENSE*',