diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-13 21:51:32 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-13 21:51:32 +0100 |
commit | 5b18d6bd19a6af26821dfa14b8eb127f39318b6e (patch) | |
tree | 3a95a922dd2c50806d45f6eeaef0b4761ba74ca7 /.gitignore | |
parent | 17d4956bd32f5fc27c91a89515c8d5878f7e6298 (diff) |
gitignore
Diffstat (limited to '.gitignore')
-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 |