mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10732] Add config_dev.php and config_test.php to .gitignore
PHPBB3-10732
This commit is contained in:
parent
a618e22fca
commit
1789e0948b
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@
|
||||||
/phpBB/cache/*.php
|
/phpBB/cache/*.php
|
||||||
/phpBB/cache/queue.php.lock
|
/phpBB/cache/queue.php.lock
|
||||||
/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/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue