typst/.gitignore
2024-04-13 08:39:45 +00:00

29 lines
323 B
Plaintext

# General
.vscode
.idea
_things
desktop.ini
.DS_Store
# Tests and benchmarks
tests/store
tests/suite/**/*.pdf
tests/fuzz/target
tests/fuzz/corpus
tests/fuzz/artifacts
tests/fuzz/coverage
tarpaulin-report.html
# Rust
/target
**/*.rs.bk
# Node
node_modules
tools/test-helper/dist
package-lock.json
# Nix
/result
.direnv/