From 1a3fbbf80838cfa559b32c8ebfcb6f6befa2f359 Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 23 Jul 2024 23:26:53 +0800 Subject: [PATCH] feat: remove Cargo.lock from .gitignore Fixes https://github.com/aya-rs/aya-template/issues/112 --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 54f741e..9db7029 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,5 @@ debug/ target/ -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - # These are backup files generated by rustfmt **/*.rs.bk