From 7af882026c476f2a64376512b33ff890d2792a8d Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 3 Jul 2017 14:00:48 +0300 Subject: [ci skip] Drop application/cache/.htaccess; close #5169 --- .gitignore | 4 ++-- application/cache/.htaccess | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 application/cache/.htaccess diff --git a/.gitignore b/.gitignore index eb45390e9..96bce5941 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,11 @@ application/cache/* !application/cache/index.html -!application/cache/.htaccess application/logs/* !application/logs/index.html -!application/logs/.htaccess + +!application/*/.htaccess composer.lock diff --git a/application/cache/.htaccess b/application/cache/.htaccess deleted file mode 100644 index 6c63ed4c4..000000000 --- a/application/cache/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ - - Require all denied - - - Deny from all - \ No newline at end of file -- cgit v1.2.3-24-g4f1b