mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:16:18 +02:00
Merge pull request #3187 from Nicofuma/ticket/13362
[ticket/13362] Fix cache paths in .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,8 +1,8 @@
|
|||||||
*~
|
*~
|
||||||
/phpunit.xml
|
/phpunit.xml
|
||||||
/phpBB/cache/*
|
/phpBB/cache/*
|
||||||
!/phpBB/.htaccess
|
!/phpBB/cache/.htaccess
|
||||||
!/phpBB/index.html
|
!/phpBB/cache/index.html
|
||||||
/phpBB/composer.phar
|
/phpBB/composer.phar
|
||||||
/phpBB/config*.php
|
/phpBB/config*.php
|
||||||
/phpBB/ext/*
|
/phpBB/ext/*
|
||||||
|
Reference in New Issue
Block a user