martinlindhe/laravel-vue-i18n-generator

Exclude a directory ?

Opened this issue · 2 comments

Is there a way to exclude a directory?

I have a front-end lang folder which have files

  • index.php
  • other files

And an back-end lang folder which have files

  • index.php
  • other files

And that wont work with the config exclude, since both files have the same names..

Never mind, thank you!