I have two run configurations for a project with two modules in it.
I want to exclude for both run configurations different module folders (folders in that module) - to say a different classpath for every run configuration.
I could exclude the desired folders manually every time before running the application, but that's a bit dowdy.
Is there a way to edit the classpath per run configuration in IntelliJ UE?