mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12706] Ignore additional rank images [ticket/12706] Ignore additional languages [ticket/12706] Ignore additional styles
This commit is contained in:
commit
8df53d7932
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -10,7 +10,13 @@
|
||||||
/phpBB/files/*
|
/phpBB/files/*
|
||||||
/phpBB/images/avatars/gallery/*
|
/phpBB/images/avatars/gallery/*
|
||||||
/phpBB/images/avatars/upload/*
|
/phpBB/images/avatars/upload/*
|
||||||
|
/phpBB/images/ranks/*
|
||||||
|
/phpBB/language/*
|
||||||
|
!/phpBB/language/en
|
||||||
/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
|
||||||
|
|
Loading…
Add table
Reference in a new issue