From ac04277421945844d974e99c8a182639afcd631f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFs=20Desplat?= <ldesplat@users.noreply.github.com>
Date: Thu, 1 Sep 2016 20:24:13 -0400
Subject: [PATCH] Ignore coverage folder generated by jest (#541)

---
 template/gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/template/gitignore b/template/gitignore
index 8e8b40aff..56b6cc8a3 100644
--- a/template/gitignore
+++ b/template/gitignore
@@ -3,6 +3,9 @@
 # dependencies
 node_modules
 
+# testing
+coverage
+
 # production
 build
 
-- 
GitLab