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

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2021-04-29 20:44:06 +0300
committerLouis <6653109+artonge@users.noreply.github.com>2021-05-10 18:19:19 +0300
commit4fe5aef4c99d64b3cf7e80b9f2c5d920d76b931c (patch)
tree7b92a8ff2aa853fa0d6117f392da34cd97809950 /.gitignore
parent44c6367b20306c00136bcb84bed9f5ec136d2e8a (diff)
Add tests for vue app
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a4b2ac6d..86fb3571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,4 +64,7 @@ nbproject
# Vue.js
/build/
node_modules/
-js/*hot-update.* \ No newline at end of file
+js/*hot-update.*
+coverage
+cypress/screenshots/
+cypress/videos/