[ticket/16461] Update .gitignore to ignore node_modules and idea

PHPBB3-16461
This commit is contained in:
mrgoldy 2020-05-02 15:35:01 +02:00
parent 20d64270a4
commit be74893e02

2
.gitignore vendored
View file

@ -17,6 +17,7 @@
/phpBB/styles/*
!/phpBB/styles/prosilver
!/phpBB/styles/all
node_modules
/phpBB/vendor
/tests/phpbb_unit_tests.sqlite*
/tests/test_config*.php
@ -24,3 +25,4 @@
/tests/vendor
/vagrant/phpbb-install-config.yml
.vagrant
.idea