Add Cargo.lock to .gitignore
As we are a library it is good to not fixate ourselves on specific versions, but rather use given ranges in the Cargo.toml.
This commit is contained in:
parent
2ccd7a5065
commit
3e60042c08
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
target
|
target
|
||||||
|
Cargo.lock
|
||||||
|
|
Loading…
Reference in a new issue