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:
Wojciech Mitros
2023-02-13 17:34:18 +01:00
committed by Botond Dénes
parent 8b756cb73f
commit cab5b08948

1
.gitignore vendored
View File

@@ -32,4 +32,3 @@ compile_commands.json
.ccls-cache/
.mypy_cache
.envrc
rust/Cargo.lock