How to share a jucer project?

What are the steps i need to take to share a project made with introjucer?

each project has 4 main elements:

 

the .jucer file,

the Builds folder,

the JuceLibraryCode folder,

and the Source folder.

 

what's the best way to bundle this up so that i only pass on the files essential to my own project? (ie, i assume i don't need to share the Juce Library Code, or the build specific to my OS..etc)

 

 

 

All you really need to share is the .jucer file and your own source files. Everything else gets generated.