summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-20 23:41:42 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-20 23:41:42 +0100
commit4ff59baf5e8268d607643aeec23d113cd40324c7 (patch)
tree47cd10bc9c48815d65cdf5a84fdf246f39b9e091 /.gitignore
parent05727bfc3a9cfd45a8e2028dfd0806f7a8f88015 (diff)
VS Code extension for easier testing 🛠
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)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 10 insertions, 5 deletions
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