I just noticed that my widget (which I manage with git) took a lot longer to build than the others included with Wookie. Upon investigation, it looks like this is because when creating the archive, all hidden files are included as well. In my case, this includes the entire Git repository.
Is this the correct behaviour? As far as I'm aware the none of the required files for a widget are hidden, and I'm hard pressed to think of an example when one would want a hidden file in a widget. Should the build-widget processed be changed to ignore hidden files? Mark
