diff options
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 6d1e30dc6..a15d04296 100644 --- 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 |