Skip to content

Commit 542fa36

Browse files
committed
Removed cargo.lock from .gitignore
1 parent cf56da5 commit 542fa36

File tree

2 files changed

+652
-2
lines changed

2 files changed

+652
-2
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
87

98
# These are backup files generated by rustfmt
109
**/*.rs.bk
@@ -38,7 +37,6 @@ pkg/
3837

3938
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
4039
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
41-
Cargo.lock
4240

4341
# These are backup files generated by rustfmt
4442
**/*.rs.bk

0 commit comments

Comments
 (0)