typst/.gitignore

20 lines
194 B
Plaintext

# General
.vscode
_things
desktop.ini
# Tests and benchmarks
tests/png
tests/pdf
tarpaulin-report.html
# Rust
/target
bench/target
**/*.rs.bk
Cargo.lock
# Node
node_modules
package-lock.json