diff --git a/.gitignore b/.gitignore index acb7baf..bc74157 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ .env +# RustRover +/.idea + # VSCode .vscode # Rust Secrets*.toml -target/ +/target