diff options
author | kumavis <aaron@kumavis.me> | 2018-03-30 04:49:54 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-30 04:49:54 +0800 |
commit | 2328b120da60e97ec5a636fd3a743a12a3309b96 (patch) | |
tree | 2eadeaa962756231b2188dcc4ddd7c8ef867dbc2 /.gitignore | |
parent | 830b232cb967ee986706e39aed50ef9a6d729a1e (diff) | |
download | tangerine-wallet-browser-2328b120da60e97ec5a636fd3a743a12a3309b96.tar.gz tangerine-wallet-browser-2328b120da60e97ec5a636fd3a743a12a3309b96.tar.zst tangerine-wallet-browser-2328b120da60e97ec5a636fd3a743a12a3309b96.zip |
test - e2e - generate artifacts on test failure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f2a678777..dee5ec220 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,8 @@ test/background.js test/bundle.js test/test-bundle.js +test-artifacts + #ignore css output and sourcemaps ui/app/css/output/ |