typst/.gitignore
Laurenz 72478946c2 Make frames serializable 📚
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
2021-04-21 21:17:25 +02:00

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