Hello,
If in your source code path you have a particular directory with 1000 subdirectories, of which you want to edit only one in IntelliJ: is there a way to exclude all the 1000 other subdirectories, but include that one particular one?
If you exclude the parent directory, it makes it impossible to then include ("mark as source" or "mark as resources") that one subdirectory.
And trying to exclude all 1000 other subdirectories makes IntelliJ hang.
Thanks!