From 16d3fa49a1614bab65b497d5b12c4ab985943842 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 9 Jan 2016 16:23:40 +0100 Subject: [PATCH] [ticket/11150] Add composer-ext.* and vendor-ext/ PHPBB3-11150 --- .gitignore | 2 ++ phpBB/composer-ext.json | 0 phpBB/composer-ext.lock | 0 phpBB/vendor-ext/.git-keep | 0 4 files changed, 2 insertions(+) create mode 100755 phpBB/composer-ext.json create mode 100755 phpBB/composer-ext.lock create mode 100644 phpBB/vendor-ext/.git-keep diff --git a/.gitignore b/.gitignore index 569e6ce20b..13cfa16ebf 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ !/phpBB/styles/all node_modules /phpBB/vendor +/phpBB/vendor-ext/* +!/phpBB/vendor-ext/.git-keep /tests/phpbb_unit_tests.sqlite* /tests/test_config*.php /tests/tmp/* diff --git a/phpBB/composer-ext.json b/phpBB/composer-ext.json new file mode 100755 index 0000000000..e69de29bb2 diff --git a/phpBB/composer-ext.lock b/phpBB/composer-ext.lock new file mode 100755 index 0000000000..e69de29bb2 diff --git a/phpBB/vendor-ext/.git-keep b/phpBB/vendor-ext/.git-keep new file mode 100644 index 0000000000..e69de29bb2