There are a number of empty directories under the backend code that are used for placing scripts that automatically get executed during certain provisioning stages
We plan on putting a empty file in each of these directories so that the directory structure will be persisted to the git repository. The current thought is to use something like ".empty" as the file name to commit to the repository, then have this file ignored in the management node code. We could also use the ".gitignore" file, but this is really not what we are trying to accomplish here. Does anyone have thoughts on what a preferred way to do this would be. Thanks, Mike Jennings
