diff options
author | Ben Sheldon [he/him] <bensheldon@github.com> | 2025-01-09 14:49:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 14:49:50 -0800 |
commit | ceea7cab239eece5cb9fd9416e433a9497c2d747 (patch) | |
tree | 6b3e3a06b4fed9d2c8910206bd8bea0de42c44cc | |
parent | 4f5f531823580419fef9d607e3984ef4c9e9c13b (diff) | |
parent | 2e9751fef280c8705b3c890f08b7c4b80c1401b0 (diff) | |
download | gitignore-ceea7cab239eece5cb9fd9416e433a9497c2d747.tar.gz gitignore-ceea7cab239eece5cb9fd9416e433a9497c2d747.zip |
Merge pull request #4350 from figsoda/rust
Remove Cargo.lock from Rust
-rw-r--r-- | Rust.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Rust.gitignore b/Rust.gitignore index d01bd1a9..0104787a 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,10 +3,6 @@ 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 |