diff options
author | elijah <elijah@riseup.net> | 2014-02-06 10:54:00 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-02-06 10:54:00 -0800 |
commit | cbcd4d388dec048be3d3f66c1b909515d3176ead (patch) | |
tree | 3b016472830cdf79f896be61d0e6cc3e612b1062 | |
parent | 2fc1435ed54625986211c2219b587679e33fce15 (diff) |
for clarity, keep the empty folders for config/provider and config/customizations in repo.
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | config/customization/.gitkeep | 0 | ||||
-rw-r--r-- | config/provider/.gitkeep | 0 |
3 files changed, 4 insertions, 2 deletions
@@ -34,5 +34,7 @@ public/1/* vendor/bundle/* public/img config/couchdb.yml.* -config/provider -config/customization +config/provider/* +config/customization/* +!config/provider/.gitkeep +!config/customization/.gitkeep diff --git a/config/customization/.gitkeep b/config/customization/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/customization/.gitkeep diff --git a/config/provider/.gitkeep b/config/provider/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/provider/.gitkeep |