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:
parent
b60b103c0f
commit
fb6eeaed6a
1 changed files with 2 additions and 0 deletions
2
starters/rust/.gitignore
vendored
Normal file
2
starters/rust/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/target/
|
||||
Cargo.lock
|
||||
Loading…
Add table
Reference in a new issue