This also makes serialization support non-optional since it's too much feature-management for too little benefit.
20 lines
194 B
Plaintext
20 lines
194 B
Plaintext
# General
|
|
.vscode
|
|
_things
|
|
desktop.ini
|
|
|
|
# Tests and benchmarks
|
|
tests/png
|
|
tests/pdf
|
|
tarpaulin-report.html
|
|
|
|
# Rust
|
|
/target
|
|
bench/target
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# Node
|
|
node_modules
|
|
package-lock.json
|