From 9063bf3440abffd98e4788822d1e022660363091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Mon, 4 Jan 2021 10:24:06 +0100 Subject: [PATCH 1/2] ignore unnecessary files and folders --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0412baa --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# from https://github.com/github/gitignore + +# Generated by Cargo +# will have compiled files and executables +debug/ +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 From b06c51defb7234bd1e5d3b32518da230f94fc739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Tue, 5 Jan 2021 00:12:19 +0100 Subject: [PATCH 2/2] remove lock --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0412baa..5458167 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,5 @@ debug/ 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