I have xcode set to put the derived data “relative to workspace” like this:
This makes it easy when I have to delete the derived data for a project because xcode is being xcode.
However, when I build ProJucer or another of the JUCE apps that come with the repo, all of the derived data shows up as pending commit for the JUCE repo. which is annoying:
Could we get these paths added to the .gitignore for the JUCE repo?
**/Index
**/Intermediates.noindex
should do it.


