From 6a4179cef5830d69814fd1c557b8dbddff4cbfa7 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 26 Nov 2014 12:38:02 +0100 Subject: [PATCH] [ticket/13362] Fix cache paths in .gitignore PHPBB3-13362 --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8a119e8d6e..2b2d8d0ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ *~ /phpunit.xml /phpBB/cache/* -!/phpBB/.htaccess -!/phpBB/index.html +!/phpBB/cache/.htaccess +!/phpBB/cache/index.html /phpBB/composer.phar /phpBB/config*.php /phpBB/ext/*