Skip to content

Commit cd3de49

Browse files
committed
add Cargo.lock to gitignore file by default
See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) > * If you're building a library, put Cargo.lock in your .gitignore. > * If you're building an executable, check Cargo.lock into git.
1 parent 3d6f6f8 commit cd3de49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rust.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99

1010
# Generated by Cargo
1111
/target/
12+
Cargo.lock

0 commit comments

Comments
 (0)