2

My find settings look like the below:

enter image description here

Currently, I'm able to specify which file types to include in the search, but can't seem to find the same thing for file types to exclude when searching. How is this done?

reectrix
  • 7,999
  • 20
  • 53
  • 81
  • 1
    Possible duplicate of: http://stackoverflow.com/q/22143881/1291150 – Bohuslav Burghardt Jun 15 '15 at 20:04
  • Since the 14 version of IntelliJ, most of the documentation has become invalid, and pretty much most of the UI looks very different – reectrix Jun 15 '15 at 20:22
  • Yeah, but this part seems to look almost the same in 14. And the Jetbrains documentation on scopes seems up to date also... so you should have your answer: Create custom scope as described by to the [documentation](https://www.jetbrains.com/idea/help/scopes.html) – Bohuslav Burghardt Jun 15 '15 at 20:33

1 Answers1

0

To exclude files using the file name filter use a ! in the mask. For example !*.html to exclude html filers. See also the help

Bas Leijdekkers
  • 23,709
  • 4
  • 70
  • 68