Does anyone know how I could go about using both IntelliJ and CLion on the same project? They seem to interfere with eachother because they share the same
.idea/
folder. A project with JVM targets as well as native targets where you want to debug the application is the subject.