1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Rust build artifacts /target/ **/*.rs.bk # Library crates conventionally do not commit Cargo.lock Cargo.lock # proptest failure seed files (generated on property-test failure) proptest-regressions/ # editor/OS *.swp *~ .DS_Store