diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2018-06-18 13:15:39 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:44:48 +0200 |
| commit | 64b053c9970494521f610bb07c101a7b81ec618e (patch) | |
| tree | 1d5db0214b3bda157ad17b4041f1f9bb2dcd4309 | |
| parent | 1f87b25709500917438b4588dbf9377f90fbc252 (diff) | |
| download | forums-64b053c9970494521f610bb07c101a7b81ec618e.tar forums-64b053c9970494521f610bb07c101a7b81ec618e.tar.gz forums-64b053c9970494521f610bb07c101a7b81ec618e.tar.bz2 forums-64b053c9970494521f610bb07c101a7b81ec618e.tar.xz forums-64b053c9970494521f610bb07c101a7b81ec618e.zip | |
[ticket/15694] Ignore lang files in prosilver/theme dir
PHPBB3-15694
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac29bb403c..31145bc84b 100644 --- a/.gitignore +++ b/.gitignore @@ -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* |
