7

When I search everywhere I would like to exclude JS and js.map files from the search results. ( I am using TypeScript ). My expected behaviour is to have these files omitted from Search Everywhere.

Yes, I can mark the files as plain text, but that's cumbersome on a per file basis.

I have used scopes: enter image description here

I have researched these links:

What am I missing? Can this be done?

Community
  • 1
  • 1
Simon
  • 2,484
  • 6
  • 35
  • 54

1 Answers1

5

You can exclude particular directory from your project. Go:

Settings > Directories

after that select desired directory and press "Excluded" button.

enter image description here

cn007b
  • 16,596
  • 7
  • 59
  • 74