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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-01-18 14:52:30 +0300
commit26a6e46eb3309d0941162841389834ea09393493 (patch)
tree6e019a5726056c5488c76de31128db51499befe1 /.gitignore
parent63a8349e1b2b38781f249855181a97632d991294 (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