sibelius / ast-i18n

Easily migrate your existing React codebase to use i18n
MIT License
215 stars 18 forks source link

feature: ignore files by regex #71

Closed 0xthierry closed 3 years ago

0xthierry commented 3 years ago

Hello everyone,

This pull request implement a feature that possible users specify which files must be ignored.

This work is related to this issue #56 where the idea is just ignore the test files, but I think we could be more generic and ignore any files by a regex (by default the test files is ignored).

0xthierry commented 3 years ago

@renanmav done