Skip to content

Commit 079728b

Browse files
authored
Merge pull request #9 from elvismdev/feat/update-file-excludes
feat(exclude): add *.csv to default exclusion lists.
2 parents 4ab0a1c + 585097a commit 079728b

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)