typst/.gitignore
2022-04-03 13:55:58 +02:00

20 lines
193 B
Plaintext

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