taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 5b18d6bd19a6af26821dfa14b8eb127f39318b6e
parent 17d4956bd32f5fc27c91a89515c8d5878f7e6298
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 13 Nov 2016 21:51:32 +0100

gitignore

Diffstat:
M.gitignore | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -26,6 +26,7 @@ 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 +node_modules/* -coverage +coverage/ +coverage-*.json