diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:07:48 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:07:48 +0200 |
commit | a620a6c5fe067f7c4b4b4c5b156b2454162ba988 (patch) | |
tree | 09a3e017f42ac701b0222f2f9f38245c7ef2dafc /.gitignore | |
parent | Merge pull request #2582 from bantu/ticket/12682 (diff) | |
download | phpbb-a620a6c5fe067f7c4b4b4c5b156b2454162ba988.tar.gz phpbb-a620a6c5fe067f7c4b4b4c5b156b2454162ba988.tar.bz2 phpbb-a620a6c5fe067f7c4b4b4c5b156b2454162ba988.zip |
[ticket/12706] Ignore additional styles
PHPBB3-12706
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 18f598cf67..72c7a913c8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ /phpBB/images/avatars/gallery/* /phpBB/images/avatars/upload/* /phpBB/store/* +/phpBB/styles/* +!/phpBB/styles/prosilver +!/phpBB/styles/subsilver2 /phpBB/vendor /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php |