summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-06-01 18:04:16 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-06-01 18:04:16 +0200
commitbe50d9ed4ba2b844bbc29686cee46b1dc149372a (patch)
tree5d5b3afaf8d6172fd022727a50d229a8ec205a4a
parent99d8c86c98738baaa6188219485ce5ea41357631 (diff)
downloadCatalog-be50d9ed4ba2b844bbc29686cee46b1dc149372a.tar.gz
Catalog-be50d9ed4ba2b844bbc29686cee46b1dc149372a.zip
Add directory structure so smarty is happy.
-rw-r--r--cache/.gitignore4
-rw-r--r--configs/README1
-rw-r--r--templates_c/.gitignore4
3 files changed, 9 insertions, 0 deletions
diff --git a/cache/.gitignore b/cache/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/cache/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/configs/README b/configs/README
new file mode 100644
index 0000000..86b8fae
--- /dev/null
+++ b/configs/README
@@ -0,0 +1 @@
+In this directory you can put project global config files.
diff --git a/templates_c/.gitignore b/templates_c/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/templates_c/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore