Skip to content

Commit 585097a

Browse files
authored
feat(exclude): add *.csv to default exclusion lists.
1 parent 4a93a1b commit 585097a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ const CONFIG = {
4141
'*.jpg',
4242
'*.png',
4343
'*.svg',
44-
'*.webp'
44+
'*.webp',
45+
'*.csv',
4546
]
4647
};
4748

0 commit comments

Comments
 (0)