typst/.gitignore
2023-08-08 12:54:13 +02:00

26 lines
233 B
Plaintext

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