diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-21 10:49:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 09:49:48 +0000 |
commit | ab86743f33e56f86f68223a25f7d23c67b68c33e (patch) | |
tree | 63e7d734e37506ecb1af1430ad584a145322a39c /.gitignore | |
parent | Lower minimum rustc version to 1.58.1 (#13857) (diff) | |
download | synapse-ab86743f33e56f86f68223a25f7d23c67b68c33e.tar.xz |
Lock rust dependencies (#13858)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 31a60bb7bd..15fbfdddf1 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,9 @@ _trial_temp*/ .DS_Store __pycache__/ -# We do want the poetry lockfile. +# We do want the poetry and cargo lockfile. !poetry.lock +!Cargo.lock # stuff that is likely to exist when you run a server locally /*.db |