diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-19 10:48:44 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-08-19 12:25:55 +0200 |
commit | e3541da93e6999ccd1b18a9d58e160125fa73bb7 (patch) | |
tree | b9b74e5a2acf03038aadc3174da0bb33865bbbd6 /.gitignore | |
parent | 3dc7fd27f177993e4032c71789fac55e0af01880 (diff) | |
download | nextcloud-server-e3541da93e6999ccd1b18a9d58e160125fa73bb7.tar.gz nextcloud-server-e3541da93e6999ccd1b18a9d58e160125fa73bb7.zip |
Scope composer tools with the bin plugin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6d55c82a963..17b5716e883 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,5 @@ clover.xml tests/acceptance/vendor/ composer.phar +/lib/composer/bin +/vendor-bin/**/vendor |