From be50d9ed4ba2b844bbc29686cee46b1dc149372a Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 1 Jun 2015 18:04:16 +0200 Subject: Add directory structure so smarty is happy. --- cache/.gitignore | 4 ++++ configs/README | 1 + templates_c/.gitignore | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 cache/.gitignore create mode 100644 configs/README create mode 100644 templates_c/.gitignore 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 -- cgit v1.2.3-70-g09d2