I have specific file generated after build under sub module abc/xyz.yml, how to exclude that specific file in specific module but not all yml file when searching in intellij?
Thanks
I have specific file generated after build under sub module abc/xyz.yml, how to exclude that specific file in specific module but not all yml file when searching in intellij?
Thanks
In file mask (on the top right corner) you can search only in one file with xyz.yml
, search for multiples files with *.yml
or xyz.yml, abc.yml
and you can inverse this search with an exclamation mark !xyz.yml