I am wondering if it possible to have some sort of settings in the build.settings or maybe just an empty file like “.do not build” to exclude a directory from being included during the build process. Something like this in the build.settings:
excludeFromBuild = {
file = {
“C:\somedirectory\readme.txt”,
“C:\somedirectory\test.proj”
},
directory = {
“C:\somedirectory\photoshop”,
“C:\somedirectory\tiled”,
“C:\somedirectory\bin”
}
}
I like to keep all my project items together and I have noticed that Corona sends EVERYTHING during the build process clogging up my internet connection and CoronaLab’s. Yes I have searched the forums and know that files/folders that start with a “.” will be excluded but directory names that start with a “.” are not valid in any version of Windows.
TIA,
Noral