diff options
| -rw-r--r-- | .gitignore | 7 | 
1 files 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/* | 
