From be74893e02f04cc26a473140b61c4820631fcc57 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Sat, 2 May 2020 15:35:01 +0200 Subject: [PATCH] [ticket/16461] Update .gitignore to ignore node_modules and idea PHPBB3-16461 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ac29bb403c..45f3f91a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -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