1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 03:34:23 +01:00

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.
This commit is contained in:
Wayne Nilsen 2015-11-13 06:05:10 -05:00
parent 3d6f6f8210
commit cd3de49669

View File

@ -9,3 +9,4 @@
# Generated by Cargo
/target/
Cargo.lock