diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-17 13:50:47 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-17 16:44:32 +0100 |
commit | d6a1d8d3a1e3552d4744d30f87017cc16833fa6e (patch) | |
tree | cb56e43e33d56cd5330b046c6080f585b46c11cd /.gitignore | |
parent | 1907cc197d63d0f10fda741a6ccff853a43a5740 (diff) | |
download | nextcloud-server-d6a1d8d3a1e3552d4744d30f87017cc16833fa6e.tar.gz nextcloud-server-d6a1d8d3a1e3552d4744d30f87017cc16833fa6e.zip |
Add "composer.lock" for acceptance tests to git
As "composer.lock" was not versioned the dependencies had to be resolved
everytime that the acceptance tests run, which took some precious time.
Besides that the dependency versions were also tightened for better
control.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 653c317863d..6d55c82a963 100644 --- a/.gitignore +++ b/.gitignore @@ -156,7 +156,6 @@ Vagrantfile clover.xml # Tests - dependencies -tests/acceptance/composer.lock tests/acceptance/vendor/ composer.phar |