1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-21 09:01:29 +02:00

Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Marc Alexander
2020-05-03 11:06:08 +02:00

2
.gitignore vendored
View File

@@ -20,6 +20,7 @@
!/phpBB/styles/prosilver/theme/en
!/phpBB/styles/prosilver/theme/images
!/phpBB/styles/all
node_modules
/phpBB/vendor
/tests/phpbb_unit_tests.sqlite*
/tests/test_config*.php
@@ -27,4 +28,5 @@
/tests/vendor
/vagrant/phpbb-install-config.yml
.vagrant
.idea
*.DS_Store*