At the moment, even when I use the synchronize folder feature, each file in that folder still has an entry in the aip file. Since we check the aip file into version control, and the content of the folder is dynamically generated on every build, this means that every time we do any small change in the installer project, the aip file has tens of thousands of lines changed.
Is there a way to not generate an entry for each file inside a folder if that folder is synchronized? From my point of view, if I'm synchronizing my folder, I don't care what the content of the folder is, and that info shouldn't have to be saved in the aip file either.