From e6342cd4435983d426b3b1b88d5a9aa89ff175b8 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 16 Jan 2025 22:28:03 +0800 Subject: chore: 更新 .gitignore 文件以包含 Cargo.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f66bb0f..1ffd6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # target -target/ \ No newline at end of file +target/ + +# lock file +Cargo.lock \ No newline at end of file -- cgit v1.2.3-70-g09d2