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

Merge pull request #668 from unknownbliss/feature/events-dispatcher-olympus

Feature/events dispatcher olympus
This commit is contained in:
Igor Wiedler
2012-03-30 11:15:54 -07:00

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
/phpBB/cache/*.html /phpBB/cache/*.html
/phpBB/cache/*.php /phpBB/cache/*.php
/phpBB/cache/queue.php.lock /phpBB/cache/queue.php.lock
/phpBB/composer.phar
/phpBB/config.php /phpBB/config.php
/phpBB/config_dev.php /phpBB/config_dev.php
/phpBB/config_test.php /phpBB/config_test.php