diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-25 18:00:07 +0100 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-25 18:00:07 +0100 |
| commit | f46057ca027d097854a1bf76004d5e57dcb513b9 (patch) | |
| tree | 8b78d7f98dbab45c171293bcfce167cd6ec9e72f | |
| parent | fd993cbaf26cea66fc72c2a744189d7c1fef843c (diff) | |
| download | forums-f46057ca027d097854a1bf76004d5e57dcb513b9.tar forums-f46057ca027d097854a1bf76004d5e57dcb513b9.tar.gz forums-f46057ca027d097854a1bf76004d5e57dcb513b9.tar.bz2 forums-f46057ca027d097854a1bf76004d5e57dcb513b9.tar.xz forums-f46057ca027d097854a1bf76004d5e57dcb513b9.zip | |
[ticket/13362] Ignore the whole cache directory in git
PHPBB3-13362
| -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/* |
