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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:08:23 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-04-16 20:09:23 +0300
commit6d2480df04fa5d411c310e7abf769c2821ab0bcd (patch)
treef03680648ffbdbf00b76930d4ff7dbcde0c407bf /.gitignore
parent472a30d719621ec32a16cacb96d6a9c3c05adf6b (diff)
Fix PHPUnit unit and integration tests
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aad0f4f4..5d472843 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ css/*.map
js/*
nbproject/
node_modules/
+tests/.phpunit.result.cache
npm-debug.log
vendor
Thumbs.db