From 30a0dd99bc1bb84de0a839368a02a2fc2137c8d9 Mon Sep 17 00:00:00 2001 From: quix0r Date: Fri, 4 Dec 2009 06:29:54 +0000 Subject: [PATCH] Old template cache directory removed, SVN property set --- .gitattributes | 1 - .gitignore | 2 +- inc/cache/_compiled/templates/.htaccess | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 inc/cache/_compiled/templates/.htaccess diff --git a/.gitattributes b/.gitattributes index e342c486e2..7da90e9a3a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -98,7 +98,6 @@ inc/autopurge/purge-unconfirmed.php -text inc/cache/.htaccess -text inc/cache/_compiled/.htaccess -text inc/cache/_compiled/html/.htaccess -text -inc/cache/_compiled/templates/.htaccess -text inc/classes/.htaccess -text inc/classes/cachesystem.class.php -text inc/classes/rdf.class.php -text diff --git a/.gitignore b/.gitignore index 2307ae3c66..42bbabde1e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ inc/.secret/.* inc/.secret/dummy.php inc/cache/*.cache inc/cache/.revision -inc/cache/_compiled/templates/*.cache +inc/cache/_compiled/html/*.cache inc/cache/config-local.php inc/cache/debug.log inc/cache/sess_* diff --git a/inc/cache/_compiled/templates/.htaccess b/inc/cache/_compiled/templates/.htaccess deleted file mode 100644 index 3a42882788..0000000000 --- a/inc/cache/_compiled/templates/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all -- 2.39.2