Local copy of submodule that is under version control - best practice?

it seems when juce modules are set to local copy mode, if that module is under version control, the .git subfolder will be copied in, potentially causing the main git repo to think there is a subrepo, when that might not be wanted. My solution has been just to delete the .git subfolder, maybe introjucer could provide an option to do it?

 

 

That's surprising - I thought that it already had a filter to avoid copying any .git folders.. Will check!

definitely copying it on win and osx

Sorry about the delay, just noticed this post - have pushed a fix for this now if you want to give it a try..