Explorar o código

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.
Wayne Nilsen %!s(int64=9) %!d(string=hai) anos
pai
achega
cd3de49669
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Rust.gitignore

+ 1 - 0
Rust.gitignore

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