diff options
Diffstat (limited to 'app/cache')
-rw-r--r-- | app/cache/.gitignore | 1 | ||||
-rw-r--r-- | app/cache/.htaccess | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | Order deny,allow | ||
2 | Deny from all | ||