I’m searching for a string and getting matches in a source folder, and a build folder (file in source gets copied to build during build).
I do not need the build folder result.
Vim has wildignore
which helps filter out results.
Is there something similar in intelij?