[ticket/12706] Ignore additional styles

PHPBB3-12706
This commit is contained in:
Joas Schilling 2014-06-14 12:07:48 +02:00
parent 99c3ca18be
commit a620a6c5fe

3
.gitignore vendored
View file

@ -11,6 +11,9 @@
/phpBB/images/avatars/gallery/* /phpBB/images/avatars/gallery/*
/phpBB/images/avatars/upload/* /phpBB/images/avatars/upload/*
/phpBB/store/* /phpBB/store/*
/phpBB/styles/*
!/phpBB/styles/prosilver
!/phpBB/styles/subsilver2
/phpBB/vendor /phpBB/vendor
/tests/phpbb_unit_tests.sqlite* /tests/phpbb_unit_tests.sqlite*
/tests/test_config*.php /tests/test_config*.php