1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[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
parent 02cbb864a5
commit ce97b113c0

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*