From 6ad93dff69d7c2beb2196e73f641e6484fccbeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 20 Jan 2015 07:40:39 +0100 Subject: new folders --- app/cache/.gitignore | 1 + app/cache/.htaccess | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 app/cache/.gitignore create mode 100644 app/cache/.htaccess (limited to 'app/cache') diff --git a/app/cache/.gitignore b/app/cache/.gitignore new file mode 100644 index 00000000..35c8ca2e --- /dev/null +++ b/app/cache/.gitignore @@ -0,0 +1 @@ +!.htaccess diff --git a/app/cache/.htaccess b/app/cache/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/app/cache/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all -- cgit v1.2.3