From 58b593c750bfdd1c8d0bbd38cf92b5c1ed35adbb Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Mar 2018 12:49:13 -0400 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4308d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +**/*.rs.bk +Cargo.lock