fix: ignore .d.ts by default
This commit is contained in:
parent
8ddaee3bf8
commit
55ffba3288
@ -15,6 +15,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
ignorePatterns: [
|
ignorePatterns: [
|
||||||
'*.min.*',
|
'*.min.*',
|
||||||
|
'*.d.ts',
|
||||||
'CHANGELOG.md',
|
'CHANGELOG.md',
|
||||||
'dist',
|
'dist',
|
||||||
'LICENSE*',
|
'LICENSE*',
|
||||||
|
Loading…
Reference in New Issue
Block a user