diff --git a/.gitignore b/.gitignore index c3a2923..842aa51 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ bin # in Rust projects, this directory contains only derived files. target + +# in Rust projects, lock files +Cargo.lock