Skip to content

Commit

Permalink
Ignore Cargo.lock
Browse files Browse the repository at this point in the history
According to [1], [2] Cargo.lock should be added to gitignore for libraries.

[1](http://doc.crates.io/guide.html#cargo.toml-vs-cargo.lock)
[2](rust-lang/cargo#315)
  • Loading branch information
fpoli committed Nov 10, 2017
1 parent 6cc350d commit 65c98b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
target/
Cargo.lock
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65c98b1

Please sign in to comment.