Merge pull request #3183 from Nicofuma/ticket/13362

[ticket/13362] Ignore the whole cache directory in git
This commit is contained in:
Joas Schilling 2014-11-25 22:45:23 +01:00
commit 2e7ae40d49

7
.gitignore vendored
View file

@ -1,9 +1,8 @@
*~ *~
/phpunit.xml /phpunit.xml
/phpBB/cache/twig/* /phpBB/cache/*
/phpBB/cache/*.html !/phpBB/.htaccess
/phpBB/cache/*.php !/phpBB/index.html
/phpBB/cache/*.lock
/phpBB/composer.phar /phpBB/composer.phar
/phpBB/config*.php /phpBB/config*.php
/phpBB/ext/* /phpBB/ext/*