[ticket/15694] Ignore lang files in prosilver/theme dir

PHPBB3-15694
This commit is contained in:
Jakub Senko 2018-06-18 13:15:39 +02:00 committed by Marc Alexander
parent 1f87b25709
commit 64b053c997
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

3
.gitignore vendored
View file

@ -16,6 +16,9 @@
/phpBB/store/*
/phpBB/styles/*
!/phpBB/styles/prosilver
/phpBB/styles/prosilver/theme/*/
!/phpBB/styles/prosilver/theme/en
!/phpBB/styles/prosilver/theme/images
!/phpBB/styles/all
/phpBB/vendor
/tests/phpbb_unit_tests.sqlite*