typst/.gitignore
2022-01-01 12:23:00 +01:00

19 lines
183 B
Plaintext

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