aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-11-25 18:00:07 +0100
committerTristan Darricau <github@nicofuma.fr>2014-11-25 18:00:07 +0100
commitf46057ca027d097854a1bf76004d5e57dcb513b9 (patch)
tree8b78d7f98dbab45c171293bcfce167cd6ec9e72f /.gitignore
parentMerge pull request #3157 from marc1706/ticket/13358 (diff)
downloadphpbb-f46057ca027d097854a1bf76004d5e57dcb513b9.tar.gz
phpbb-f46057ca027d097854a1bf76004d5e57dcb513b9.tar.bz2
phpbb-f46057ca027d097854a1bf76004d5e57dcb513b9.zip
[ticket/13362] Ignore the whole cache directory in git
PHPBB3-13362
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
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/*