Is it customary to put stuff that is not AS3 code inside the projects "src" folder ? And if it is, why do folders that do not contain any source code look like AS3 code packages ?
I would much prefer to put stuff that is not code in their own specific folder (icons, xml files, etc.) to keep my project cleaner. But, if I do so, those files will not be copied to the bin-debug and bin-release-temp folder upon compilation. What is your take on this ?