It appears that we sometimes have extra applications when we create a deployment of 1 application. We use typical deployment of a single application and in the generated zip we suddenly find various others as well.
Apparently these come from the tmp directory somehow. Becuase if I clear the tmp dir this doesnt occur for a while (until this dir gets full again).
I wonder why there are so many files in there that are not needed.
So in case that happens to other people, you can delete files from the tmp dir. One warning, leave the index.htm in there.
Also avoid the export.zip and bkp.zip I think these are backups or exports. Although I would love to know where they ought to go and whether these can be deleted.
There are also tons of sc_js__.js files. These appear to be compiler generated files.
So if so then why do those not get deleted??
And those exp and bkp files, should they not be put in a seperate directory for backups???
Please explain and improve this…