typst/.gitignore

19 lines
182 B
Plaintext
Raw Normal View History

# General
2019-11-28 21:09:18 +03:00
.vscode
2021-01-13 16:07:38 +03:00
_things
# Tests and benchmarks
tests/png
tests/pdf
tarpaulin-report.html
# Rust
2019-10-09 20:45:40 +03:00
/target
2021-01-13 16:07:38 +03:00
bench/target
2019-10-09 20:45:40 +03:00
**/*.rs.bk
Cargo.lock
2021-01-13 16:07:38 +03:00
# Node
node_modules
package-lock.json