mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-22 16:04:47 +02:00
feat: initial commit
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
commit
01ab92774c
27 changed files with 6430 additions and 0 deletions
22
gitconfig
Normal file
22
gitconfig
Normal file
|
@ -0,0 +1,22 @@
|
|||
[user]
|
||||
name = Harald Hoyer
|
||||
email = harald@matterlabs.dev
|
||||
signingkey = 7F3D64824AC0B6B8009E50504BC0896FB5693595
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[remote "origin"]
|
||||
url = git@github.com:matter-labs/vault-auth-tee.git
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
dmb-enabled = true
|
||||
[branch "main"]
|
||||
remote = origin
|
||||
merge = refs/heads/main
|
||||
dmb-required = true
|
||||
[delete-merged-branches]
|
||||
configured = 5.0.0+
|
Loading…
Add table
Add a link
Reference in a new issue