nyavro / i18nPlugin

Intellij idea i18next support plugin
MIT License
72 stars 12 forks source link

Ignore/Exclude paths of declaration #140

Open thraizz opened 2 years ago

thraizz commented 2 years ago

Hi, first of all, great plugin, extremely useful as-is! But I have the annoying problem that we have many translation.json files in mulitple build dirs (cross plattform app, therefore builds for ios/android/web in project dir). Could you either exclude git ignored files like i18n-ally does on VS Code or let us set paths we want to exclude manually? Would be awesome :)

nyavro commented 2 years ago

Hi, Looks like there is no ready java library parsing gitignore files, so I would add new configuration option ignorePaths for the first iteration