31 lines
329 B
Plaintext
31 lines
329 B
Plaintext
# General
|
|
.vscode
|
|
.idea
|
|
_things
|
|
desktop.ini
|
|
.DS_Store
|
|
|
|
# Tests and benchmarks
|
|
tests/png
|
|
tests/pdf
|
|
tests/svg
|
|
tests/target
|
|
tests/typ/**/*.pdf
|
|
tests/fuzz/target
|
|
tests/fuzz/corpus
|
|
tests/fuzz/artifacts
|
|
tests/fuzz/coverage
|
|
tarpaulin-report.html
|
|
|
|
# Rust
|
|
/target
|
|
**/*.rs.bk
|
|
|
|
# Node
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Nix
|
|
/result
|
|
.direnv/
|