diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-08 14:15:38 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-22 21:44:15 +0100 |
commit | c8dcf82b3ee6ede4dcc4a68d02765b308f40f539 (patch) | |
tree | cfc7e5befae42bd95119f058b584174e0c93848b /.gitignore | |
parent | [ticket/14970] Add package.json for phpBB (diff) | |
download | phpbb-c8dcf82b3ee6ede4dcc4a68d02765b308f40f539.tar.gz phpbb-c8dcf82b3ee6ede4dcc4a68d02765b308f40f539.tar.bz2 phpbb-c8dcf82b3ee6ede4dcc4a68d02765b308f40f539.zip |
[ticket/14970] Ignore node_modules directory
PHPBB3-14970
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac29bb403c..feb702cb86 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ /phpBB/styles/* !/phpBB/styles/prosilver !/phpBB/styles/all +/phpBB/node_modules /phpBB/vendor /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php |