diff --git a/.gitignore b/.gitignore index 8f6a902..7cf5a57 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,11 @@ .DS_Store **/*~ +# user adaptions and configs values /config.toml # will have compiled files and executables - /target/ +/target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html