4ff59baf5e
This extension enables you to - quickly open the actual and reference output for a test case to the side - re-run the test with the click of a button - approve the test output (moves output to reference folder and optimizes with oxipng)
19 lines
182 B
Plaintext
19 lines
182 B
Plaintext
# General
|
|
.vscode
|
|
_things
|
|
|
|
# Tests and benchmarks
|
|
tests/png
|
|
tests/pdf
|
|
tarpaulin-report.html
|
|
|
|
# Rust
|
|
/target
|
|
bench/target
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Node
|
|
node_modules
|
|
package-lock.json
|