1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-08 07:27:17 +02:00

[ticket/12467] Add config*.php and tests_config*.php to .gitignore

PHPBB3-12467
This commit is contained in:
Joas Schilling 2014-05-02 13:47:30 +02:00
parent fa230b48ec
commit 535cd5670f

6
.gitignore vendored
View File

@ -4,9 +4,7 @@
/phpBB/cache/*.php /phpBB/cache/*.php
/phpBB/cache/*.lock /phpBB/cache/*.lock
/phpBB/composer.phar /phpBB/composer.phar
/phpBB/config.php /phpBB/config*.php
/phpBB/config_dev.php
/phpBB/config_test.php
/phpBB/ext/* /phpBB/ext/*
/phpBB/files/* /phpBB/files/*
/phpBB/images/avatars/gallery/* /phpBB/images/avatars/gallery/*
@ -14,5 +12,5 @@
/phpBB/store/* /phpBB/store/*
/phpBB/vendor /phpBB/vendor
/tests/phpbb_unit_tests.sqlite2 /tests/phpbb_unit_tests.sqlite2
/tests/test_config.php /tests/test_config*.php
/tests/tmp/* /tests/tmp/*