diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
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 |