From 401fc582be8928b12815202e4061878b5631312f Mon Sep 17 00:00:00 2001 From: seancarroll Date: Sat, 5 Dec 2020 16:11:37 -0600 Subject: initial commit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac7c488 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.dotavious + +# 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 + + +#Added by cargo + +/target -- cgit v1.2.3