diff options
author | Nicofuma <github@nicofuma.fr> | 2015-02-22 23:36:27 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-08-23 22:36:10 +0200 |
commit | 8e5e954438b232f4ce7aec6a5db3d52b974c07a8 (patch) | |
tree | 26eb33e968d8b7a48f40bb092b751a1a708a8f59 /.gitignore | |
parent | Merge pull request #3842 from CHItA/ticket/14097 (diff) | |
download | phpbb-8e5e954438b232f4ce7aec6a5db3d52b974c07a8.tar.gz phpbb-8e5e954438b232f4ce7aec6a5db3d52b974c07a8.tar.bz2 phpbb-8e5e954438b232f4ce7aec6a5db3d52b974c07a8.zip |
[ticket/13645] Move the feeds to controllers
PHPBB3-13645
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ef3470488c..8fd9b40073 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /phpBB/store/* /phpBB/styles/* !/phpBB/styles/prosilver +!/phpBB/styles/all /phpBB/vendor /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php |