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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-11-22 10:14:03 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2019-11-22 10:14:03 +0300
commiteb032078e44393a07752cc390aaa0ca785c3b954 (patch)
treeb7362195930bfc51e683c605a1b14a0041804a98 /.gitignore
parentfc1677f3616847a70c196dfc94f6be7fa83160d0 (diff)
Add Jest as a frontend testing framework
Added Jest as a frontend testing framework
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e702c5e..8984e260 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,5 +25,6 @@ crash.log
.sass-cache/
.bundle/
.idea/
+.yarn-cache/
vendor/
node_modules/