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