commit d49a85c3cdec2d854954525f34ed3c2d5eb2c029 Author: microsoft-github-operations[bot] <55726097+microsoft-github-operations[bot]@users.noreply.github.com> Date: Thu Feb 9 18:46:42 2023 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..088ba6b --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Generated by Cargo +# will have compiled files and executables +/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 +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk