Exporting final game

Hey guys, if you have object in your project that are temporarily disabled, does unity still export them in the final build?

Unity includes anything that is directly referenced, everything in the Resources folder (if it exists) whether referenced or not, and all scripts.

–Eric