mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
a88a68f8a6
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,6 +20,7 @@
|
||||||
!/phpBB/styles/prosilver/theme/en
|
!/phpBB/styles/prosilver/theme/en
|
||||||
!/phpBB/styles/prosilver/theme/images
|
!/phpBB/styles/prosilver/theme/images
|
||||||
!/phpBB/styles/all
|
!/phpBB/styles/all
|
||||||
|
node_modules
|
||||||
/phpBB/vendor
|
/phpBB/vendor
|
||||||
/tests/phpbb_unit_tests.sqlite*
|
/tests/phpbb_unit_tests.sqlite*
|
||||||
/tests/test_config*.php
|
/tests/test_config*.php
|
||||||
|
@ -27,4 +28,5 @@
|
||||||
/tests/vendor
|
/tests/vendor
|
||||||
/vagrant/phpbb-install-config.yml
|
/vagrant/phpbb-install-config.yml
|
||||||
.vagrant
|
.vagrant
|
||||||
|
.idea
|
||||||
*.DS_Store*
|
*.DS_Store*
|
||||||
|
|
Loading…
Add table
Reference in a new issue