typst/.gitignore

31 lines
329 B
Plaintext
Raw Normal View History

# General
2019-11-28 21:09:18 +03:00
.vscode
2023-04-02 00:31:44 +03:00
.idea
2021-01-13 16:07:38 +03:00
_things
desktop.ini
2022-04-02 22:55:25 +03:00
.DS_Store
2021-01-13 16:07:38 +03:00
# Tests and benchmarks
tests/png
tests/pdf
2023-08-08 13:54:13 +03:00
tests/svg
tests/target
tests/typ/**/*.pdf
2023-12-05 21:26:58 +03:00
tests/fuzz/target
tests/fuzz/corpus
tests/fuzz/artifacts
tests/fuzz/coverage
tarpaulin-report.html
# Rust
2019-10-09 20:45:40 +03:00
/target
**/*.rs.bk
2021-01-13 16:07:38 +03:00
# Node
node_modules
package-lock.json
2023-03-27 17:26:08 +03:00
# Nix
/result
.direnv/