Build for device copy git folder

Hi,

I noticed this bit of code when building for device. It’s copy the git directory into the distribution app, which means my source code. Of course I would imagine it’s the same for all SCM system as all of them have a .svn or .hg or .csv folder in the source code folder.

Copying /Users/\*\*\*\*\*/Documents/Development/Games\_Corona/\*\*\*\*\*/.git/description to /Volumes/ramdisk/\*\*\*\*\*.app/.git/description  

Please correct this. Thanks. [import]uid: 11004 topic_id: 3739 reply_id: 303739[/import]

Hi hiaw,
It copies all the files in the directory even if you are not using them in the project, so you will almost have to copy the ones that you need to another folder to create a package.

cheers,

Jayant C Varma [import]uid: 3826 topic_id: 3739 reply_id: 11389[/import]

yes, this is a known issue and a bug has been filed against it.

c [import]uid: 24 topic_id: 3739 reply_id: 11670[/import]