1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-26 19:40:23 +02:00

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

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/*