Skip to content

Commit 849b765

Browse files
authored
Merge pull request #7 from elvismdev/feat/exclude-tests-dir
feat(exclude): add 'tests' directory to default exclusion list.
2 parents f2465f7 + b923a60 commit 849b765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const CONFIG = {
2828
'assets/icons',
2929
'languages',
3030
'images',
31+
'tests',
3132
],
3233
// Default file patterns to exclude
3334
COMMON_EXCLUDE_FILES: [

0 commit comments

Comments
 (0)