mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13362] Ignore the whole cache directory in git
PHPBB3-13362
This commit is contained in:
parent
fd993cbaf2
commit
f46057ca02
1 changed files with 3 additions and 4 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -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/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue