From b0de7c9be6fba15be20aba092436464c26a61f96 Mon Sep 17 00:00:00 2001 From: Nic0w Date: Sun, 25 Apr 2021 09:46:53 +0200 Subject: [PATCH] Ignores Cargo.lock and target/*. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9f11b75..79f5db6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea/ +target/ +Cargo.lock