From 4ff59baf5e8268d607643aeec23d113cd40324c7 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 20 Feb 2021 23:41:42 +0100 Subject: =?UTF-8?q?VS=20Code=20extension=20for=20easier=20testing=20?= =?UTF-8?q?=F0=9F=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e2f07cd6..ae7d194b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,18 @@ +# General .vscode _things +# Tests and benchmarks +tests/png +tests/pdf +tarpaulin-report.html + +# Rust /target bench/target **/*.rs.bk Cargo.lock -tests/png -tests/pdf -tests/playground.* - -tarpaulin-report.html +# Node +node_modules +package-lock.json -- cgit v1.2.3