Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-17 15:50:47 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-17 18:44:32 +0300
commitd6a1d8d3a1e3552d4744d30f87017cc16833fa6e (patch)
treecb56e43e33d56cd5330b046c6080f585b46c11cd /.gitignore
parent1907cc197d63d0f10fda741a6ccff853a43a5740 (diff)
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--.gitignore1
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