diff options
author | Ajay <[email protected]> | 2022-06-18 11:54:52 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-18 11:54:52 -0400 |
commit | 986630d0a1a481cfff3d4f0733432bf40b000137 (patch) | |
tree | fddbcc901515735f1f1dc462538a58c727e5a568 /.gitignore | |
parent | ae23bfffe1f6a2e0de9a8e08e72d9e0399f283ff (diff) | |
download | SponsorBlock-986630d0a1a481cfff3d4f0733432bf40b000137.tar.gz SponsorBlock-986630d0a1a481cfff3d4f0733432bf40b000137.zip |
Save file on test failure
Fixes #1366
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,4 +7,5 @@ web-ext-artifacts dist/ tmp/ .DS_Store -ci/data.json
\ No newline at end of file +ci/data.json +test-results
\ No newline at end of file |