From d0a0695fb5d34996850723f7d4b1b59c3df909c2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 00:47:22 +0100 Subject: test harness for both browser and node --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 95fb987d3..8563e66cd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ pages/**/*.js.map pogen/**/*.js.map test/**/*.js.map content_scripts/**/*.js.map +testlib/**/*.js.map +testlib/talertest.js background/*.js pogen/*.js test/*.js @@ -20,4 +22,8 @@ build/ taler-wallet-*.tar.gz taler-wallet-*.directive taler-wallet-*.directive.asc -taler-wallet-*.sig \ No newline at end of file +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 -- cgit v1.2.3