I need to do a find in files. I want to ignore or exclude generated files, like JAX-WS artifacts or classes in target folders. How can I tell IDEA to exclude these files from th
Create a Custom Scope defining the set of files to include/exclude from your search.
Under Scope select Custom.
Choose a scope from the drop down list or create a Custom Scope by clicking on the ... button to the right of dropdown.
Now when you use Find in Path, use your custom scope to restrict which files are searched.
I suspect from the reference to Find in Files in your question that these instructions may not apply to your version but it is useful to know that this functionality exists and there is always the 30 day evaluation version.