3

This question is related to Disable intellij indexing on specific folder .

However, we have regression tests that run in directories that will be created and timestamped on the fly. Is there a way to disable indexing based on a regex? Or maybe on all subfolders?

Community
  • 1
  • 1
Carlos Bribiescas
  • 4,197
  • 9
  • 35
  • 66
  • Do the regression test create files in a single directory or is it created in multiple directories ? – vatsal Sep 23 '14 at 18:18
  • I don't think that it's possible. You could try to parse your iml-file and add `` manually. – Darek Kay Sep 23 '14 at 18:57
  • @vatsal A test consists of a directory with 3 xml files. When a test is run it creates a new directory inside of itself with a timestamp. – Carlos Bribiescas Sep 23 '14 at 19:32
  • I wonder if this may be possible under File -> Project Structure -> Sources (tab) -> Exclude files (field), but I was not able to find any documentation for the field. – Joshua Goldberg Feb 18 '19 at 21:42

0 Answers0