From 94a36c7912d87d8428e01435594f4e42a44a7bf0 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 16 Jan 2013 11:45:08 +0100 Subject: [PATCH] track log directory --- .gitignore | 1 - log/.htaccess | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 log/.htaccess diff --git a/.gitignore b/.gitignore index 1e91017fe..cdf890807 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ local/config/build core/vendor local/config/runtime-conf.xml propel-gen -log/* diff --git a/log/.htaccess b/log/.htaccess new file mode 100644 index 000000000..f239fe831 --- /dev/null +++ b/log/.htaccess @@ -0,0 +1,2 @@ +order deny,allow +deny from all \ No newline at end of file