mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 22:16:32 -05:00
Lock rust dependencies (#13858)
This commit is contained in:
parent
b7508b1538
commit
ab86743f33
4 changed files with 328 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue