For some unknown reason, people I work with have created nested source
directories:
src
- SpecialDirectory
- src
- nested source directory
- some regular source directory that's part of the main source
So I have to add the top "src" directory as a source directory, exclude
"SpecialDirectory" and then add the "src" directory under this. This is
confusing IDEA, so it's obviously not a supported configuration.
Any chance of getting support for something like this?
Thank you