From f46057ca027d097854a1bf76004d5e57dcb513b9 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Tue, 25 Nov 2014 18:00:07 +0100 Subject: [PATCH] [ticket/13362] Ignore the whole cache directory in git PHPBB3-13362 --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ab6b4aa7ee..8a119e8d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ *~ /phpunit.xml -/phpBB/cache/twig/* -/phpBB/cache/*.html -/phpBB/cache/*.php -/phpBB/cache/*.lock +/phpBB/cache/* +!/phpBB/.htaccess +!/phpBB/index.html /phpBB/composer.phar /phpBB/config*.php /phpBB/ext/*