1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Merge pull request #5961 from mrgoldy/ticket/16461

[ticket/16461] Update .gitignore to ignore node_modules and idea
This commit is contained in:
Marc Alexander
2020-05-03 11:05:15 +02:00

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