From b2128609ac8159a14224deba399144b3400c8c20 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 08:16:12 +0100 Subject: Finally give in and use React, minor tweeks. Preact (a minimalistic React alternative) had too many bugs ... --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8563e66cd..6d1e30dc6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ taler-wallet-*.sig # Even though node_modules are tracked in git, # per default we don't want them to show up in git status node_modules + +coverage -- cgit v1.2.3