typst/.gitignore
Laurenz 4ff59baf5e 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)
2021-02-20 23:41:42 +01:00

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