Skip to content

Commit

Permalink
feat(extensions): added more useless file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jul 28, 2022
1 parent d4d06f5 commit 0a3b5c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/extensions.ts
Expand Up @@ -3,6 +3,8 @@ export const defaultIgnoredFileExtensions = [
'.ts',
'.d.ts',
'.js.map',
'.cjs.map',
'.mjs.map',
'.d.ts.map',
'.css.map',
'.md',
Expand Down

0 comments on commit 0a3b5c7

Please sign in to comment.