diff --git a/.gitignore b/.gitignore index 943c020..abf8e63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Rust build artifacts -/target/ +**/target/ **/*.rs.bk Cargo.lock