From 6308069d81dab4af483c9f92a8814febd2ba006b Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Thu, 1 Jun 2023 22:22:38 +0200 Subject: [PATCH] add Cargo.lock to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e506bf..de70a32 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /downloader/logs/ /build /tests/test_data/tmp/ -/.idea/ \ No newline at end of file +/.idea/ +/Cargo.lock