feat(starter-rust): add .gitignore for target/ and Cargo.lock

Add .gitignore to exclude Rust build artifacts from version control.
This matches the pattern used by other starter kits and keeps the
repository clean of build outputs.
This commit is contained in:
jedarden 2026-05-08 10:22:58 -04:00
parent b60b103c0f
commit fb6eeaed6a

2
starters/rust/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/target/
Cargo.lock