From 13215f8c35306b904926f9a24d33c15ccee9a330 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Wed, 8 May 2019 14:09:44 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c7653cce --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target/ +Cargo.lock + + -- 2.54.0