typst/.gitignore
Laurenz 46921a8c28 Separate test crate
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-11-03 16:13:35 +01:00

21 lines
206 B
Plaintext

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