git: remove Cargo.lock from .gitignore
When rust wasmtime bindings were added, we commited Cargo.lock to make sure a given version of Scylla always builds using the same versions of rust dependencies. Therefore, it should not be present in .gitignore. Closes #12831
This commit is contained in:
committed by
Botond Dénes
parent
8b756cb73f
commit
cab5b08948
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,4 +32,3 @@ compile_commands.json
|
||||
.ccls-cache/
|
||||
.mypy_cache
|
||||
.envrc
|
||||
rust/Cargo.lock
|
||||
|
||||
Reference in New Issue
Block a user