Hi,
I want to reduce the size of my JUCE project folder. Which files can I delete?
Thanks in advance 
For archiving you can get rid of the whole Builds folder. From the JuceLibraryCode you need only the AppConfig.h. That one is 90% auto generated and if you didn’t make modifications in the user section, you can remove that one as well.
I don’t know anything about in case you use the new cmake.
Thank you, daniel!
